Logo Swap & Config for serving assets from cdn.

1. Header Logo
2. Footer Logo
3. Favicon
This commit is contained in:
Awais Jibran
2020-11-20 04:11:30 +05:00
parent 9cc4d596aa
commit 64e26407f2
13 changed files with 176 additions and 41 deletions

View File

@@ -2309,3 +2309,10 @@ VERIFY_STUDENT = {
# .. toggle_use_cases: open_edx
# .. toggle_creation_date: 2020-11-02
ORGANIZATIONS_AUTOCREATE = True
################# Settings for brand logos. #################
LOGO_URL = None
LOGO_URL_PNG = None
LOGO_TRADEMARK_URL = None
FAVICON_URL = None
DEFAULT_EMAIL_LOGO_URL = 'https://edx-cdn.org/v3/default/logo.png'