git clone this project, after step by step:
virtualenv venv
source venv/bin/activate (Linux & Mac)
venv\Scripts\activate (Windows)
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuper
python manage.py runserver