Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 147 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 147 Bytes

Run server:

python2 manage.py runserver

Migrate:

python2 manage.py makemigrations submission
python2 manage.py migrate