Эх сурвалжийг харах

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

Erick Tryzelaar 10 жил өмнө
parent
commit
38dd834

+ 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 = [