summaryrefslogtreecommitdiffstats
path: root/local_settings.py.example
AgeCommit message (Collapse)AuthorFilesLines
2011-11-08Always use same URL for both secure and non-secure CDN requestsDan McGee1-3/+2
Use a scheme-relative URL rather than serving different content to users based on HTTP or HTTPS. Should prevent mismatched certificate errors. Signed-off-by: Dan McGee <dan@archlinux.org>
2011-08-16Settings refreshrelease_2011-08-16Dan McGee1-20/+38
Update a few things in settings.py, but more importantly, update local_settings.py.template to be more in line with modern Django settings. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-31Update cache settings in local_settings exampleDan McGee1-0/+5
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-11-12added dummy cache setting to local_settingsIsmael Carnales1-0/+4
2008-04-11updateeliott1-7/+0
2008-01-10Fixed localsettings.py.exampleeliott1-2/+2
2008-01-05subtle changes to settings fileseliott1-3/+4
moved cache controls to local_settings
2008-01-05Updated docseliott1-1/+1
2008-01-05Changeseliott1-13/+20
2007-12-29added vim command comment to the end of the fileeliott1-0/+2
2007-12-23removed need to specify deploypath manuallyeliott1-3/+0
2007-11-03Initial import for public release...eliott1-0/+33
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!