Gendb
Gendb is Chris Tansey/Silvia Paracchini's database project.
Currently hosted in /storage/home/users/ct76/gendb_deploy. Readme in there for setup.
Webserver:
Using gunicorn to run in
gunicorn gendb_app:app --pid gendb_app.pid -b marvin.st-andrews.ac.uk:5000 -n gendb -D
Can't use mod_wsgi as it was compiled with python 2.* and gendb_app needs 3+.