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 =(