Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
base-django-courses
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MOOC packages by hacklab
base-django-courses
Commits
765b388b
Commit
765b388b
authored
Aug 26, 2019
by
Laury Bueno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Prod] Use special Theme Loader on production
parent
f033b09e
Pipeline
#7987
passed with stage
in 22 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
config/settings/production.py
config/settings/production.py
+1
-0
No files found.
config/settings/production.py
View file @
765b388b
...
...
@@ -98,6 +98,7 @@ 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'
,
[
'courses_legacy.core.loaders.TimtecThemeLoader'
,
'django.template.loaders.filesystem.Loader'
,
'django.template.loaders.app_directories.Loader'
,
]),
...
...
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