[Python-modules-commits] [django-countries] 01/03: Django 1.10: define TEMPLATES []

Thomas Goirand zigo at moszumanska.debian.org
Fri Aug 5 12:44:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

zigo pushed a commit to branch master
in repository django-countries.

commit 5159adf9379ce049d7c93c4b6ac09f585260cf98
Author: Thomas Goirand <zigo at debian.org>
Date:   Fri Aug 5 12:41:18 2016 +0000

    Django 1.10: define TEMPLATES []
---
 django_countries/tests/settings.py | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/django_countries/tests/settings.py b/django_countries/tests/settings.py
index 36a15ee..1b1f856 100644
--- a/django_countries/tests/settings.py
+++ b/django_countries/tests/settings.py
@@ -15,3 +15,10 @@ MIDDLEWARE_CLASSES = (
     'django.middleware.common.CommonMiddleware',
     'django.middleware.csrf.CsrfViewMiddleware',
 )
+
+TEMPLATES = [
+    {
+        'BACKEND': 'django.template.backends.django.DjangoTemplates',
+        'APP_DIRS': True,
+    },
+]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-countries.git



More information about the Python-modules-commits mailing list