Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix build for real | 2018-04-08 | -4/+0 | |
| | ||||
* | Fix build | 2018-04-08 | -3/+12 | |
| | ||||
* | Fix logging in gunicorn_config | 2018-04-07 | -3/+3 | |
| | ||||
* | Don't create tables on route load by default. | 2018-04-07 | -0/+12 | |
| | | | | | * If "FLASK_DEBUG" is in your env vars, tables will be created on route load * If you run a query against a table not declared in database.py, a warning is emitted | |||
* | removes gunicorn config as it is no longer being used (#39) | 2018-03-07 | -46/+0 | |
| | ||||
* | update gunicorn_config (#2) | 2018-02-07 | -29/+31 | |
| | | | | | * update gunicorn_config this changes the initialisation step of the database to use the environment variables | |||
* | last fix | 2018-02-06 | -1/+1 | |
| | ||||
* | minor fixes | 2018-02-06 | -6/+6 | |
| | ||||
* | adds gunicorn server_ready hook to set up database | 2018-02-06 | -0/+44 | |