summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add uwsgi configuration fileHEADmasterTharre2017-08-301-0/+12
|
* Update .gitignoreTharre2017-08-301-1/+1
|
* Run init_db() at the start, not in init_db()Tharre2017-08-301-3/+3
|
* Fix version of flask in requirements.txtTharre2017-08-201-1/+1
|
* 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-164-0/+157