Commit 453131e0 by benjaoming

add testproject template dir

parent 59567e33
...@@ -74,7 +74,7 @@ ROOT_URLCONF = 'testproject.urls' ...@@ -74,7 +74,7 @@ ROOT_URLCONF = 'testproject.urls'
WSGI_APPLICATION = 'testproject.wsgi.application' WSGI_APPLICATION = 'testproject.wsgi.application'
TEMPLATE_DIRS = ( TEMPLATE_DIRS = (
'templates', os_path.join(PROJECT_PATH, 'templates'),
) )
TEMPLATE_CONTEXT_PROCESSORS =( TEMPLATE_CONTEXT_PROCESSORS =(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment