lemoncurry/lemoncurry/settings
Danielle McLean 40f0bd858b
Stop pooling Postgres connections, because Django's pool isn't thread-safe and breaks under gevent
2018-07-10 15:25:01 +10:00
..
__init__.py Make development-specific settings file 2017-10-23 08:55:07 +11:00
base.py Stop pooling Postgres connections, because Django's pool isn't thread-safe and breaks under gevent 2018-07-10 15:25:01 +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