- Add the
.envfile for the project to the root folder , simialr to env.example pipenv shellpipenv installpython manage.py migratepython manage.py runserver
- Make your changes
- If database models were changed, run
python manage.py makemigrationsto migrate the project. - Apply database migrations using
python manage.py migrateif necessary.