fix base dir
This commit is contained in:
parent
595f2d0d1a
commit
f604750c27
1 changed files with 3 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
import os
|
||||
|
||||
BASE_DIR = os.path.dirname(os.path.realpath(__file__)) + "/.."
|
Reference in a new issue