###DJANGO RELATIVE PATH
import os
PROJECT_ROOT = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
TEMPLATE_DIRS = ( os.path.join(PROJECT_ROOT, 'templates' ), )
###DJANGO RELATIVE PATH
import os
PROJECT_ROOT = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
TEMPLATE_DIRS = ( os.path.join(PROJECT_ROOT, 'templates' ), )