Properly set studio title

This title is visible in the browser title bar and the main page of the
CMS.

Close #246.
This commit is contained in:
Régis Behmo 2019-10-09 12:04:15 +02:00
parent 81dafa44ea
commit 73277059bc
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
- [Improvement] Properly set studio title (#246)
- [Improvement] Enable Mysql strict mode
## 3.7.1 (2019-10-06)

View File

@ -26,6 +26,8 @@ EMAIL_USE_SSL = {{ SMTP_USE_SSL }}
LOCALE_PATHS.append("/openedx/locale")
STUDIO_NAME = "{{ PLATFORM_NAME }} - Studio"
# Create folders if necessary
for folder in [LOG_DIR, MEDIA_ROOT, STATIC_ROOT_BASE]:
if not os.path.exists(folder):