Download python & pip
$ pip install -r requirement.txt
then
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver
Open browser, http://localhost:8000
Ctrl+C
Download python & pip
$ pip install -r requirement.txt
then
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver
Open browser, http://localhost:8000
Ctrl+C