Skip to content

Create sponsor and guests model #28

Description

@JoJohowl
  1. Models
  • Create Guest model with fields:

    • name (CharField)

    • description (TextField)

    • link (URLField, optional)

    • photo (ImageField, optional)

  • Create Sponsor model with fields:

    • name (CharField)

    • logo (ImageField)

    • link (URLField, optional)

  1. Admin Setup
  • Register both models in the Django admin panel for data management.
  1. Media Config
  • Configure MEDIA_URL and MEDIA_ROOT in settings.py

  • Add static serving in urls.py

Metadata

Metadata

Assignees

Labels

backendTask must have a back end issue

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions