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