forked from 0x2620/pandora
import from
This commit is contained in:
parent
9db360774e
commit
7329d13324
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@
|
|||
# check pan.do/ra section below for relevant settings
|
||||
|
||||
import os
|
||||
from os.path import join, normpath
|
||||
from os.path import join, normpath, dirname
|
||||
|
||||
PROJECT_ROOT = os.path.normpath(os.path.dirname(__file__))
|
||||
PROJECT_ROOT = normpath(dirname(__file__))
|
||||
|
||||
DEBUG = False
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
|
|
Loading…
Reference in a new issue