summaryrefslogtreecommitdiffstats
path: root/app.py
Commit message (Collapse)AuthorAgeFilesLines
* Run init_db() at the start, not in init_db()Tharre2017-08-301-3/+3
|
* Create db in init_db() instead of __main__Tharre2017-08-201-3/+3
| | | | | If the application is run by i.e. uwsgi then __main__ is never called, and subsequently the database is not being created.
* Change ingest endpoint for albiondataTharre2017-08-201-1/+1
|
* Fix python versionTharre2017-08-171-1/+1
|
* Initial commitTharre2017-08-161-0/+136