Skip to content

Commit

Permalink
environment setup removed: conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iiman committed May 2, 2016
1 parent eeabfdd commit 3305cb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
# sys.path.append(os.path.abspath('../eggs/Django-1.4.5-py2.7.egg'))
# sys.path.append(os.path.abspath('../eggs/psycopg2-2.5.2-py2.7.egg'))

from chiminey import settings_changeme as settings
#from chiminey import settings_changeme as settings

from django.core.management import setup_environ
setup_environ(settings)
#from django.core.management import setup_environ
#setup_environ(settings)

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down

0 comments on commit 3305cb3

Please sign in to comment.