aboutsummaryrefslogtreecommitdiff
path: root/initdb.py
Commit message (Collapse)AuthorAge
* shore up docsB Stack2022-02-15
|
* refactor filenames and improve docsB. Stack2022-02-13
|
* add expiry, and wsgi usage to support thatB. Stack2022-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. Stack2022-02-11
By just writing a new initdb command so we don't need manage.py anymore.
bgstack15