I moved more of options in settings.py to the .htsworkflow.ini
authorDiane Trout <diane@caltech.edu>
Tue, 7 Oct 2008 21:15:42 +0000 (21:15 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 7 Oct 2008 21:15:42 +0000 (21:15 +0000)
commit8ba413d357b85d3d0fa0e38f2a6c0f0375d0dc5a
tree2aebb8c353a36e8b124e3472455a2915c9d6d635
parent934c38a7cd82d64e9f271d6eeb9a0ed9b98ed803
I moved more of options in settings.py to the .htsworkflow.ini
In this case, the list of admin users were moved to a [admins]
section in the ini file as well as the allowed_ips to [allowed_hosts]
and allowed_analys_ips to [allowed_analysis_hosts].

Currently localhost is always allowed.
htswfrontend/htswfrontend/settings.py