forked from 0x2620/pandora
define BASE_DIR
This commit is contained in:
parent
8ec7bd3fe4
commit
fd2c69a5b7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from os.path import join, normpath, dirname
|
|||
import djcelery
|
||||
djcelery.setup_loader()
|
||||
|
||||
PROJECT_ROOT = normpath(dirname(__file__))
|
||||
BASE_DIR = PROJECT_ROOT = normpath(dirname(__file__))
|
||||
|
||||
DEBUG = False
|
||||
JSON_DEBUG = False
|
||||
|
|
Loading…
Reference in a new issue