i used Django 2.0.8 maybe it's not running on Django version 1 because has many of different syntax are there.
Yo must be install the requirement that i used on this repository :
pip install -r requirements.txt
Running this command on your terminal after you open the project directory to make database migrations on django :
python manage.py makemigrations
pyhon manage.py migrate
Running django server to launch on your browser :
python manage.py runserver