summaryrefslogtreecommitdiff
path: root/settings.py
AgeCommit message (Collapse)Author
2008-06-04Template fix. doh!eliott
2008-05-23Updates for deployment.eliott
- Fix for reporead when description is empty. - Fix for settings.py. Middleware wasn't found (changed import name) - Clarity change for dashboard.
2008-04-16Added default charset setting valueeliott
2008-04-11set some default values in the settings fileeliott
2008-04-09Removed login_required from the individual views.eliott
Not entire dev site requires login.
2008-03-08Moved models aroundeliott
2008-01-05Removed DATA_DIR setting vareliott
2008-01-05subtle changes to settings fileseliott
moved cache controls to local_settings
2008-01-05Changed a few var nameseliott
2007-12-29Removed public appeliott
2007-12-29Moved some things around.eliott
2007-12-29Massive retab fest.eliott
Also added vim command comment to the end of files.
2007-12-29Moved common to publiceliott
2007-12-29Moved admin media under media dir.eliott
It helps with both serving static files during a testing scenario, to easing deployment.
2007-12-26initial stab at an authentication middlewareeliott
2007-12-23removed need to specify deploypath manuallyeliott
2007-12-22renamed importseliott
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!