summaryrefslogtreecommitdiff
path: root/pgmailmgr/settings.py
AgeCommit message (Collapse)Author
2025-06-02Don't allow log-in at all for users with no permissionsMagnus Hagander
2021-11-07Add DEFAULT_AUTO_FIELD for Django 3.2Magnus Hagander
2020-04-02Update for django 2.2Magnus Hagander
2019-02-24Update to python 3Magnus Hagander
2019-02-24Fixes for pep8 compatibilityMagnus Hagander
Also add a setup.py that's used to validate, and a git hook.
2019-02-24Change tabs to spacesMagnus Hagander
2018-03-25Fix template loaders for django 1.11Magnus Hagander
Seems django 1.11 automatically enables caching template loader, which of course breaks the ability to make any changes to the pages of a website without restarting it. And there is no way to turn it off other than to explicitly configure individual loders (the logic to turn it on in non-debug configurations is hardcoded and cannot be changed).
2018-02-21Update for compatibility with Django 1.11Magnus Hagander
2015-12-21Force DEBUG=False in settings.pyMagnus Hagander
This is normally overriden in the local settings to be off in prod and on in testing, but it's always good to be explicit.
2015-12-21Update for Django 1.8Magnus Hagander
* Move manage.py to parent directory, and update for new contents * Import a wsgi.py from 1.8 * Change transactions from commit_on_success to atomic * Add mandatory fields list to forms * Fully qualify name on imports * New module for django URL functions
2013-01-20Fix community login when starting at the /admin/ urlMagnus Hagander
Previously only worked if you started out at the root, not if you went directly into the admin pages.
2013-01-20Wrong namespace for the authentication backendMagnus Hagander
2012-08-17Initial commitMagnus Hagander