Fix wsgi
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user