From ccb456d7ec18111a1869585efab00dd1eaa81311 Mon Sep 17 00:00:00 2001 From: Brice Gelineau Date: Sat, 2 Feb 2013 12:11:21 +0100 Subject: [PATCH] add templates settings --- xnet/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xnet/settings.py b/xnet/settings.py index 7119125..f13afca 100644 --- a/xnet/settings.py +++ b/xnet/settings.py @@ -116,6 +116,7 @@ ROOT_URLCONF = 'xnet.urls' WSGI_APPLICATION = 'xnet.wsgi.application' TEMPLATE_DIRS = ( + os.path.join(ROOT_DIR, 'templates'), # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". # Always use forward slashes, even on Windows. # Don't forget to use absolute paths, not relative paths. -- 2.1.4