Skip to content

Create events model for database #7

Description

@ultra-passion-fruit

Description
Create the events model to be used to store information about an event "object" in the database.

Acceptance Criteria

  • Add an Event class to the models.py of the under the public site
  • Define appropriate fields
  • Run python manage.py makemigrations to create migrations from the changes to models.py.
  • Then, run python manage.py migrate to apply those changes to the database schema.

Definition of Done
The sqlmigrate command outputs the expect table schema based on criteria.

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreThis is a core requirement to get the site up and runningdatabaseWork pertaining to database and data schema.djangoIssue perrtains to django

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions