Steps:
- Clone/pull/download this repository
- Create a virtualenv with
python -m venv env
- Activate virtual environment
source env/bin/activate
- Install dependencies with
pip install -r requirements.txt
python manage.py createsuper
python manage.py collectstatic
python manage.py runserver