Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add uwsgi configuration fileHEADmaster | Tharre | 2017-08-30 | 1 | -0/+12 |
| | |||||
* | Update .gitignore | Tharre | 2017-08-30 | 1 | -1/+1 |
| | |||||
* | Run init_db() at the start, not in init_db() | Tharre | 2017-08-30 | 1 | -3/+3 |
| | |||||
* | Fix version of flask in requirements.txt | Tharre | 2017-08-20 | 1 | -1/+1 |
| | |||||
* | Create db in init_db() instead of __main__ | Tharre | 2017-08-20 | 1 | -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 albiondata | Tharre | 2017-08-20 | 1 | -1/+1 |
| | |||||
* | Fix python version | Tharre | 2017-08-17 | 1 | -1/+1 |
| | |||||
* | Initial commit | Tharre | 2017-08-16 | 4 | -0/+157 |