aboutsummaryrefslogtreecommitdiff
path: root/instance/production.py
Commit message (Expand)AuthorAge
* DEBUG set to False by default.Cédric Bonhomme2020-03-29
* allow insafe-inlineCédric Bonhomme2020-03-22
* Added a way to manage Content Security Policy via the configuration file.Cédric Bonhomme2020-03-22
* Added Dockerfile, images: python3.8-alpine and postgres.Cédric Bonhomme2020-03-20
* Updated default configuration file.Cédric Bonhomme2020-03-14
* Fixed email notifications.Cédric Bonhomme2020-03-14
* Updated README.Cédric Bonhomme2020-03-11
* Added SQLite configuration file.Cédric Bonhomme2020-03-10
* added a way to specify a configuration file via an environment variableCédric Bonhomme2020-03-10
* fixed issues reported by flake8.Cédric Bonhomme2020-03-10
* Fixed typo.Cédric Bonhomme2020-03-10
* Removed useless configuration variables.Cédric Bonhomme2020-03-10
* Added a tiny portion of black magic.Cédric Bonhomme2020-03-10
* Updated defautl configuration file.Cédric Bonhomme2020-03-09
* Refactoring the backend.Cédric Bonhomme2020-03-09
bgstack15