Moved docs/conf.py to the right place, not sure why it ended up where it was.
This commit is contained in:
parent
52b72258d2
commit
8e574960b7
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ from django.core.management import setup_environ
|
||||||
try:
|
try:
|
||||||
from game import settings
|
from game import settings
|
||||||
except ImportError:
|
except ImportError:
|
||||||
raise ImportError(str(sys.path))
|
raise ImportError("game/ dir not found. sys.path: %s" % str(sys.path))
|
||||||
setup_environ(settings)
|
setup_environ(settings)
|
||||||
|
|
||||||
# -- General configuration -----------------------------------------------------
|
# -- General configuration -----------------------------------------------------
|
||||||
Loading…
Add table
Add a link
Reference in a new issue