Change path location of django q

This commit is contained in:
Eagllus
2018-03-13 09:21:01 +01:00
parent c657731cd0
commit ae9392137c

View File

@@ -1,9 +1,9 @@
import os
import sys
# import os
# import sys
import django
myPath = os.path.dirname(os.path.abspath(__file__))
sys.path.insert(0, myPath)
# myPath = os.path.dirname(os.path.abspath(__file__))
# sys.path.insert(0, myPath)
VERSION = (0, 9, 2)