**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.
Description
Create the events model to be used to store information about an event "object" in the database.
Acceptance Criteria
Eventclass to themodels.pyof the under the public sitepython manage.py makemigrationsto create migrations from the changes tomodels.py.python manage.py migrateto apply those changes to the database schema.Definition of Done
The
sqlmigratecommand outputs the expect table schema based on criteria.