URN / studiobooking

Flask webapp for booking the URN studios

Home Page:https://booking.urn1350.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

studiobooking

A small flask app written to facilitate booking out practice/pre-recording/interview time of URN studios.

Setup

Install requirements

pip install -r requirements.txt

Change the secret key and admin password

cp settings.example.py settings.py
vim settings.py

Initialise the database

python createdb.py

Run

python __init__.py

Browse to

http://localhost:5000

In production however this should definitely be served behind nginx or similar, and with a WSGI server (e.g. gunicorn)

About

Flask webapp for booking the URN studios

https://booking.urn1350.net/

License:MIT License


Languages

Language:JavaScript 86.4%Language:CSS 7.4%Language:Python 3.6%Language:HTML 2.5%Language:Dockerfile 0.1%