- make a copy of the
.env.examplefile and call the copy.env - fill out the
DJANGO_SECRET_KEYvalue in.envwith a random secret-ish string - then, run:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migratesource venv/bin/activate
python manage.py runserver