From: Brice Gelineau Date: Sat, 2 Feb 2013 11:11:21 +0000 (+0100) Subject: add templates settings X-Git-Url: http://git.polytechnique.org/?p=xnet;a=commitdiff_plain;h=ccb456d7ec18111a1869585efab00dd1eaa81311 add templates settings --- 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.