mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
Change path location of django q
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user