Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 527 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 527 Bytes

Boxoffice: Hasgeek's ticketing system

Build Status

Asset builds

Run

make

Deployment

createdb boxoffice
pip install -r requirements.txt
flask dbconfig | sudo -c postgres psql boxoffice
# Config in instance/settings.py
# Development server: ./runserver.py
# Production: point a WSGI gateway at website.py

Copyright © 2015-2020 by Hasgeek Learning Private Limited