- Run
poetry install - Run
poetry run python manage.py migrateto apply migrations - Run
poetry run ./manage.py runserver
- Run
poetry run python manage.py makemigrationsto create a migration reflecting the changes - Run
poetry run python manage.py migrateto apply new migrations