From 453131e0abf4177eb28e346b7238fdfccb6d5edf Mon Sep 17 00:00:00 2001 From: benjaoming Date: Thu, 10 Jan 2013 16:45:25 +0100 Subject: [PATCH] add testproject template dir --- testproject/testproject/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testproject/testproject/settings.py b/testproject/testproject/settings.py index 91c5b06e..23af7d00 100644 --- a/testproject/testproject/settings.py +++ b/testproject/testproject/settings.py @@ -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 =( -- 2.45.2