Change the django settings.py file to get configuration settings from
authorDiane Trout <diane@caltech.edu>
Fri, 29 Aug 2008 19:57:49 +0000 (19:57 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 29 Aug 2008 19:57:49 +0000 (19:57 +0000)
commitb8f6488ca5cd55b1bcbfb126ed5796ac8d102200
treeafa0d689bc7e8bb94a13eba0750678b96c532349
parentbac3810069077a6aaf5d5eab609b1c65e1c38044
Change the django settings.py file to get configuration settings from
an ini-like file. Currently it searches, ~/.htsworkflow and
/etc/htsworkflow.ini.

Currently I only implemented the most basic settings overrides needed to
run a django server in development mode.
htswfrontend/htswfrontend/settings.py