Browse Source

[desktop] Django-1.6 deprecated TEMPLATE_DIRS not being a tuple

Erick Tryzelaar 10 years ago
parent
commit
38dd8342e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/core/src/desktop/settings.py

+ 1 - 1
desktop/core/src/desktop/settings.py

@@ -152,7 +152,7 @@ ROOT_URLCONF = 'desktop.urls'
 WSGI_APPLICATION = None
 
 TEMPLATE_DIRS = (
-    get_desktop_root("core/templates")
+    get_desktop_root("core/templates"),
 )
 
 INSTALLED_APPS = [