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
4b02624d
Commit
4b02624d
authored
May 13, 2019
by
Bruno Martin
Browse files
add context processors and variables
parent
a64e1d49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
config/settings/base.py
config/settings/base.py
+8
-1
No files found.
config/settings/base.py
View file @
4b02624d
...
...
@@ -213,7 +213,10 @@ TEMPLATES = [
'django.template.context_processors.tz'
,
'django.contrib.messages.context_processors.messages'
,
# legacy stuff
'courses_legacy.core.context_processors.site_settings'
,
# 'courses_legacy.core.context_processors.contact_form',
'courses_legacy.core.context_processors.get_current_path'
,
# 'courses_legacy.core.context_processors.terms_acceptance_required',
],
},
},
...
...
@@ -422,6 +425,10 @@ COMPRESS_PRECOMPILERS = (
(
'text/x-scss'
,
'django_libsass.SassCompiler'
),
)
SITE_DOMAIN
=
''
SITE_HOME
=
''
SITE_NAME
=
''
#
# Theme related options
#
...
...
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