lemoncurry/lemoncurry/settings
Danielle McLean 7d17a92793
Introduce a middleware that allows for HttpResponses to be thrown from inner utility functions, to avoid boilerplate in views
2018-07-03 09:41:00 +10:00
..
__init__.py Make development-specific settings file 2017-10-23 08:55:07 +11:00
base.py Introduce a middleware that allows for HttpResponses to be thrown from inner utility functions, to avoid boilerplate in views 2018-07-03 09:41:00 +10:00
dev.py Run using a separate domain for static assets in dev as well, to closer match production 2018-06-19 15:58:08 +10:00
prod.py Move the Django media URL from /media to just /m, so we get shorter overall URLs to that kinda stuff 2018-06-28 09:37:18 +10:00
test.py Make some performance tweaks - persistent database connections, static file hashing, conditional GET support (ETags and stuff) 2018-05-28 17:52:24 +10:00