]> git.0d.be Git - panikweb.git/commitdiff
settings: remove obsolete TEMPLATE_DIRS
authorFrédéric Péters <fpeters@0d.be>
Sun, 10 Nov 2019 10:00:36 +0000 (11:00 +0100)
committerFrédéric Péters <fpeters@0d.be>
Thu, 26 Dec 2019 14:12:22 +0000 (15:12 +0100)
panikweb/settings.py

index c80afaec12e071503f34a0c2f687fc58e213cb7b..689411adf10d2c0f403faee96bcb0485ad4c2711 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',