From: Diane Trout Date: Thu, 30 Jun 2011 20:46:05 +0000 (-0700) Subject: switch fix_ob3 to the better way of finding settings file X-Git-Tag: 0.5.2~5^2~3 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=a866e9e97a8868a4a1afe8c0e0bca4fd0dfa9e4f switch fix_ob3 to the better way of finding settings file --- diff --git a/extra/fix_ob3.py b/extra/fix_ob3.py index 1278901..9955f69 100644 --- a/extra/fix_ob3.py +++ b/extra/fix_ob3.py @@ -7,7 +7,7 @@ import re import sys from django.core.management import setup_environ -from htsworkflow.frontend import settings +from django.conf import settings setup_environ(settings) import htsworkflow.frontend.samples.models as samples