Installation

create and activate python 3 virtualenv
pip install requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Testing

python manage.py test