Skip to content
Snippets Groups Projects

Draft: Resolve "Add template management"

Open Nik | Klampfradler requested to merge 180-add-template-management into master
2 files
+ 9
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 8
0
@@ -140,6 +140,7 @@ INSTALLED_APPS = [
"material",
"ckeditor",
"ckeditor_uploader",
"dbtemplates",
"django_js_reverse",
"colorfield",
"django_bleach",
@@ -198,10 +199,17 @@ TEMPLATES = [
"dynamic_preferences.processors.global_preferences",
"aleksis.core.util.core_helpers.custom_information_processor",
],
"loaders": [
"django.template.loaders.filesystem.Loader",
"django.template.loaders.app_directories.Loader",
"dbtemplates.loader.Loader",
],
},
},
]
DBTEMPLATES_USE_REVERSION = True
# Attention: The following context processors must accept None
# as first argument (in addition to a HttpRequest object)
NON_REQUEST_CONTEXT_PROCESSORS = [
Loading