Skip to content

PDI-DGS-Protolab/live_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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