Getting started Start the python environment python -m venv venv source venv/bin/activate Then, install the dependencies pip install -r requirements.txt Run the migrations python manage.py makemigrations python manage.py migrate