Skip to content

Commit

Permalink
Tidied up settings files
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinali1 committed May 27, 2015
1 parent daea7e1 commit 7208cda
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('../../forex'))
os.environ['DJANGO_SETTINGS_MODULE'] = 'forex.settings'
os.environ['DJANGO_SETTINGS_MODULE'] = 'forex.settings.sphinx_documentation'
from django.conf import settings

# -- General configuration ------------------------------------------------
Expand Down
Empty file added forex/settings/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion forex/tests/runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from fabric.api import abort, lcd, local
from fabric.colors import green, red

import test_settings
import forex.settings.test_settings as test_settings


if not settings.configured:
Expand Down

0 comments on commit 7208cda

Please sign in to comment.