Getting started: ``` python3 -m venv venv ./venv/bin/pip install -r requirements.txt ./manage.py migrate ./mange.py runserver ```