pip install -r requirements.txtpython manage.py migratepython manage.py makemigrations publicpython manage.py migrate
- Run
python manage.py runserverin the second one
- Change your models (in
models.py) - Run
python manage.py makemigrationsto create migrations for those changes - Run
python manage.py migrateto apply those changes to the database