This commit is contained in:
Trever Fischer
2012-02-25 12:26:18 -05:00
parent a640368594
commit 38d41a5113

View File

@@ -1,5 +1,5 @@
import os, sys
sys.path.append(os.path.dirname(os.path.dirname(__file)))
sys.path.append(os.path.dirname(os.path.dirname(__file__)))
sys.path.append(os.path.dirname(__file__))
os.environ['DJANGO_SETTINGS_MODULE'] = 'caminus.settings'