Fixed docs building

+ need to look into a better way to do this
doc_update
Joey Hines 2019-05-11 10:21:36 -05:00
parent f6272b100f
commit 683eeaff25
1 changed files with 1 additions and 1 deletions

View File

@ -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()