~netlandish/django-wiki

453131e0abf4177eb28e346b7238fdfccb6d5edf — benjaoming 11 years ago 59567e3
add testproject template dir
1 files changed, 1 insertions(+), 1 deletions(-)

M testproject/testproject/settings.py
M testproject/testproject/settings.py => testproject/testproject/settings.py +1 -1
@@ 74,7 74,7 @@ ROOT_URLCONF = 'testproject.urls'
WSGI_APPLICATION = 'testproject.wsgi.application'

TEMPLATE_DIRS = (
    'templates',
    os_path.join(PROJECT_PATH, 'templates'),
)

TEMPLATE_CONTEXT_PROCESSORS =(