Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 196 Bytes

README.rst

File metadata and controls

6 lines (5 loc) · 196 Bytes

Start it up:

virtualenv ve -p /usr/bin/python3.6
./ve/bin/pip install -r requirements.txt
./ve/bin/python learning/manage.py migrate
./ve/bin/python learning/manage.py runserver