hasgeek / boxoffice

Ticketing
GNU Affero General Public License v3.0
10 stars 5 forks source link

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