'django.contrib.messages.context_processors.messages',
'horizon.context_processors.horizon')
-@@ -170,3 +170,27 @@ LOGGING = {
+@@ -170,3 +170,26 @@ LOGGING = {
}
}
}
+TEMPLATES = [
+ {
+ 'BACKEND': 'django.template.backends.django.DjangoTemplates',
-+ 'APP_DIRS': True,
+ 'DIRS': [ os.path.join( os.path.dirname(os.path.abspath(__file__)), 'tests', 'templates'), ],
+ 'OPTIONS': {
+ 'context_processors': [
+ 'django.contrib.messages.context_processors.messages',
+ 'horizon.context_processors.horizon'
+ ],
++ 'loaders': [
++ 'django.template.loaders.filesystem.Loader',
++ 'django.template.loaders.app_directories.Loader',
++ 'horizon.loaders.TemplateLoader'
++ ],
+ },
-+ 'loaders': [
-+ 'django.template.loaders.filesystem.Loader',
-+ 'django.template.loaders.app_directories.Loader',
-+ 'horizon.loaders.TemplateLoader'
-+ ],
+ },
+]
django-1.10-fix-wrong-django.conf.urls.url-call.patch
django-1.10-fixes-get-form-uses-kwargs.patch
django-1.10-openstack_dashboard.test.settings.patch
-django-1.10-horizon.test.settings.patch
django-1.10-do-not-use-django.template.Context-function.patch
+django-1.10-horizon.test.settings.patch