Moved docs/conf.py to the right place, not sure why it ended up where it was.

This commit is contained in:
Griatch 2012-09-30 10:54:30 +02:00
parent 52b72258d2
commit 8e574960b7

View file

@ -21,7 +21,7 @@ from django.core.management import setup_environ
try:
from game import settings
except ImportError:
raise ImportError(str(sys.path))
raise ImportError("game/ dir not found. sys.path: %s" % str(sys.path))
setup_environ(settings)
# -- General configuration -----------------------------------------------------