import from

This commit is contained in:
j 2013-10-21 11:53:22 +02:00
parent 9db360774e
commit 7329d13324

View file

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