Fixes for Django up to 2.2
[django-pagination.git] / fnp_django_pagination / tests / settings.py
index 10243b8..d320df8 100644 (file)
@@ -10,3 +10,10 @@ SECRET_KEY = 'fake-key'
 INSTALLED_APPS = (
     'fnp_django_pagination',
 )
+
+TEMPLATES = [
+    {
+        'BACKEND': 'django.template.backends.django.DjangoTemplates',
+        'APP_DIRS': True,
+    },
+]