diff --git a/GeoffreyApp/docs/source/conf.py b/GeoffreyApp/docs/source/conf.py index 8dc8ed8..d4cf30e 100644 --- a/GeoffreyApp/docs/source/conf.py +++ b/GeoffreyApp/docs/source/conf.py @@ -16,7 +16,7 @@ import os import sys import django -sys.path.insert(0, os.path.abspath('../../..')) +sys.path.insert(0, os.path.abspath('../../../../Geoffrey/')) os.environ['DJANGO_SETTINGS_MODULE'] = 'Geoffrey.settings' django.setup()