Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-08 | local_settings.py: Add sqlite example | Florian Pritz | 1 | -6/+14 | |
Sqlite should be sufficient for testing so make it the default. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-03-29 | Switch to recommending PostgreSQL by default | Dan McGee | 1 | -3/+2 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2012-03-24 | Remove cdnprefix template tag | Dan McGee | 1 | -2/+0 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2011-12-06 | Slight tweaks to default local_settings | Dan McGee | 1 | -3/+3 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2011-11-08 | Always use same URL for both secure and non-secure CDN requests | Dan McGee | 1 | -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-16 | Settings refresh | Dan McGee | 1 | -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-31 | Update cache settings in local_settings example | Dan McGee | 1 | -0/+5 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-11-13 | added dummy cache setting to local_settings | Ismael Carnales | 1 | -0/+4 | |
2008-04-12 | update | eliott | 1 | -7/+0 | |
2008-01-10 | Fixed localsettings.py.example | eliott | 1 | -2/+2 | |
2008-01-06 | subtle changes to settings files | eliott | 1 | -3/+4 | |
moved cache controls to local_settings | |||||
2008-01-06 | Updated docs | eliott | 1 | -1/+1 | |
2008-01-06 | Changes | eliott | 1 | -13/+20 | |
2007-12-30 | added vim command comment to the end of the file | eliott | 1 | -0/+2 | |
2007-12-23 | removed need to specify deploypath manually | eliott | 1 | -3/+0 | |
2007-11-03 | Initial import for public release... | eliott | 1 | -0/+33 | |
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd! |