]> git.0d.be Git - panikweb-esperanzah.git/commitdiff
settings: remove unused and obsolete TEMPLATE_DIRS
authorFrédéric Péters <fpeters@0d.be>
Sat, 2 Mar 2019 07:37:32 +0000 (08:37 +0100)
committerFrédéric Péters <fpeters@0d.be>
Sat, 2 Mar 2019 07:37:32 +0000 (08:37 +0100)
panikweb/settings.py

index bfa60c866b94cb1096ee3be56579243ec0159d18..f6cb7bad2e774e03fb963fe0527d8491b854060a 100644 (file)
@@ -135,12 +135,6 @@ TEMPLATES = [
 
 ROOT_URLCONF = 'panikweb.urls'
 
-TEMPLATE_DIRS = (
-    # 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.
-)
-
 INSTALLED_APPS = (
     'django.contrib.auth',
     'django.contrib.contenttypes',