Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
notifier
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
notifier
Commits
a0c5cc86
Commit
a0c5cc86
authored
Jan 16, 2014
by
David Adams
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow LOGO_IMAGE_URL to be environment variable.
parent
f37e6781
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
notifier/settings.py
+1
-1
No files found.
notifier/settings.py
View file @
a0c5cc86
...
@@ -197,4 +197,4 @@ USE_L10N = True
...
@@ -197,4 +197,4 @@ USE_L10N = True
LOCALE_PATHS
=
(
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
dirname
(
__file__
)),
'locale'
),)
LOCALE_PATHS
=
(
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
dirname
(
__file__
)),
'locale'
),)
# Parameterize digest logo image url
# Parameterize digest logo image url
LOGO_IMAGE_URL
=
"{}/static/images/header-logo.png"
.
format
(
LMS_URL_BASE
)
LOGO_IMAGE_URL
=
os
.
getenv
(
'LOGO_IMAGE_URL'
,
"{}/static/images/header-logo.png"
.
format
(
LMS_URL_BASE
)
)
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