summaryrefslogtreecommitdiff
path: root/frontend/settings.py
AgeCommit message (Expand)AuthorFilesLines
2011-06-16frontend: remove planner from django configuration fileslmr1-2/+0
2011-06-06frontend.settings: Change web app to use new DB enginelmr1-1/+2
2010-02-03Fix handling of "alt=json-html" parameter to rest clientshoward1-0/+1
2010-01-12Merge the two databases and the two Django projects. Note that the TKO migrat...showard1-0/+2
2009-12-21Note: This change is to support a project that I am working on. You should se...showard1-0/+2
2009-07-28Upgrade from Django 0.96 to Django 1.0.2.showard1-1/+1
2009-01-08since global config now considers an empty value as a nonexistent value, chan...showard1-4/+7
2008-10-08-refactor frontend/afe/test.py to make it reusable by new_tkoshoward1-4/+0
2008-09-11Allow a different host for readonly connections.showard1-0/+2
2008-07-25Fixed the path in TEMPLATE_DIRS. Now constructs the absolute path toshoward1-3/+2
2008-07-24Added templates for 404 and 500 errors. 404 displays a generic "pageshoward1-0/+4
2008-07-07-added readonly_connection.py, which opens a second DB connection using reado...showard1-4/+10
2008-06-06Convert all python code to use four-space indents instead of eight-space tabs.jadmanski1-4/+4
2008-04-07Since Django messes with paths and imports, using the "from commonmbligh1-1/+2
2008-03-28Fix import in settings.py.showard1-1/+1
2008-03-26The final piece of global_config is done. settings reads from global_config ...showard1-6/+15
2008-02-15Add frontend and scheduler for Autotestmbligh1-0/+97