This website requires JavaScript.
Explore
Help
Sign in
00dani
/
lemoncurry
Watch
1
Star
0
Fork
You've already forked lemoncurry
1
Code
Issues
Pull requests
Releases
Wiki
Activity
e23ca7d215
lemoncurry
/
lemoncurry
/
settings
History
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