Python 3.8.16
- Add a
.envfile with values. - Create and activate a
virtual environment. - Run
pip install --upgrade pipto upgrade pip version. - Run
pip install -r requirements.txtto install the dependencies. - Run
python manage.py migrateto migrate the DB changes. - Run
python manage.py runserverand go to http://127.0.0.1:8000
DJANGO_SECRET_KEY=