summaryrefslogtreecommitdiff
path: root/local_settings.py.example
AgeCommit message (Collapse)Author
2016-07-04fix some commentscoadde [Márcio Alexandre Silva Delgado]
2015-04-13Merge tag 'release_2014-10-21' into archweb-genericLuke Shumaker
More tweaks and changes
2014-10-21Remove old suggested recommended settingsDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2013-04-23reduce differencesLuke Shumaker
2013-04-21Merge branch 'archweb' into archweb-generic2Luke Shumaker
Conflicts: devel/views.py feeds.py public/views.py settings.py sitestatic/archweb.js templates/base.html templates/devel/profile.html templates/mirrors/status.html templates/news/view.html templates/packages/flaghelp.html templates/packages/opensearch.xml templates/public/download.html templates/public/feeds.html templates/public/index.html templates/registration/login.html templates/releng/results.html templates/todolists/public_list.html
2013-03-27better comments in local_settings.py.exampleLuke Shumaker
2012-09-08local_settings.py: Add sqlite exampleFlorian Pritz
Sqlite should be sufficient for testing so make it the default. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-03-28Switch to recommending PostgreSQL by defaultDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2012-03-24Remove cdnprefix template tagDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-12-05Slight tweaks to default local_settingsDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-11-08Always use same URL for both secure and non-secure CDN requestsDan McGee
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 McGee
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 McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-11-12added dummy cache setting to local_settingsIsmael Carnales
2008-04-11updateeliott
2008-01-10Fixed localsettings.py.exampleeliott
2008-01-05subtle changes to settings fileseliott
moved cache controls to local_settings
2008-01-05Updated docseliott
2008-01-05Changeseliott
2007-12-29added vim command comment to the end of the fileeliott
2007-12-23removed need to specify deploypath manuallyeliott
2007-11-03Initial import for public release...eliott
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!