define BASE_DIR

This commit is contained in:
j 2016-03-03 16:56:06 +05:30
parent 8ec7bd3fe4
commit fd2c69a5b7

View file

@ -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