Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
CTB
ctb-platform-backend-antigo
Commits
2d3d6725
Commit
2d3d6725
authored
May 28, 2019
by
Bruno Martin
Browse files
add TimtecThemeLoader to production enviroment
parent
a4fc26d5
Pipeline
#7511
passed with stages
in 37 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
config/settings/production.py
config/settings/production.py
+4
-1
No files found.
config/settings/production.py
View file @
2d3d6725
...
...
@@ -98,7 +98,10 @@ EMAIL_BACKEND = 'anymail.backends.mailgun.EmailBackend'
# https://docs.djangoproject.com/en/dev/ref/templates/api/#django.template.loaders.cached.Loader
TEMPLATES
[
0
][
'OPTIONS'
][
'loaders'
]
=
[
(
'django.template.loaders.cached.Loader'
,
[
'django.template.loaders.filesystem.Loader'
,
'django.template.loaders.app_directories.Loader'
,
]),
'courses_legacy.core.loaders.TimtecThemeLoader'
,
'django.template.loaders.filesystem.Loader'
,
'django.template.loaders.app_directories.Loader'
,
]),
]
# CACHING
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment