Start simplyfing settings by using from settings_local import * pattern.
authorDiane Trout <diane@caltech.edu>
Tue, 17 Dec 2013 19:15:09 +0000 (11:15 -0800)
committerDiane Trout <diane@caltech.edu>
Tue, 17 Dec 2013 19:15:09 +0000 (11:15 -0800)
commitac22d08cb39f64b3c271413ba2f673ddedfb0059
tree89b77ecbffa17fd44034a00aca6af82ee84d4379
parent6439403111bd2fa9ced3c62445c20ca2e3ad4959
Start simplyfing settings by using from settings_local import * pattern.

This should be a lot less ugly than my previous implementation
using the ini file. However there are still settings that need to
be migrated over.
htsworkflow/settings.py