- python : 3.6.x
$ virtualenv -p python3 venv
$ source venv/bin/activate$ pip3 install -r requirements.txt$ python manage.py makemigrations
$ python manage.py migrate$ python manage.py createsuperuser$ python manage.py makemessages
$ python manage.py compilemessages$ python manage.py collectstatics