Blog Getting Started Locally Have python 3.6 installed python3 -m venv venv source venv/bin/activate pip install -r requirements.txt export DEBUG=true export SECRET_KEY=1 python manage.py migrate python manage.py runserver