Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor filenames and improve docs | B. Stack | 2022-02-13 |
| | |||
* | add expiry, and wsgi usage to support that | B. Stack | 2022-02-13 |
| | | | | | | | | | The flask dev server seems incapable of using the @timer decorator, so we need the whole wsgi implementation, for which I've added a script. Arbitrary expiration options are available in the config file. | ||
* | Fix dep problem so flask>=2.0.0 now! | B. Stack | 2022-02-11 |
By just writing a new initdb command so we don't need manage.py anymore. |