add templates settings
authorBrice Gelineau <brice.gelineau@m4x.org>
Sat, 2 Feb 2013 11:11:21 +0000 (12:11 +0100)
committerBrice Gelineau <brice.gelineau@m4x.org>
Sat, 2 Feb 2013 11:11:21 +0000 (12:11 +0100)
xnet/settings.py

index 7119125..f13afca 100644 (file)
@@ -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.