Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 245 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 245 Bytes

livescanner

Online tool for live show suggestion

To initialize the database, execute:

./manage.py syncdb

Then proceed to register the admin account.

To run the server at port 8000, execute:

./manage.py runserver 8000