mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
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:
parent
81dafa44ea
commit
73277059bc
@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥".
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
- [Improvement] Properly set studio title (#246)
|
||||||
- [Improvement] Enable Mysql strict mode
|
- [Improvement] Enable Mysql strict mode
|
||||||
|
|
||||||
## 3.7.1 (2019-10-06)
|
## 3.7.1 (2019-10-06)
|
||||||
|
@ -26,6 +26,8 @@ EMAIL_USE_SSL = {{ SMTP_USE_SSL }}
|
|||||||
|
|
||||||
LOCALE_PATHS.append("/openedx/locale")
|
LOCALE_PATHS.append("/openedx/locale")
|
||||||
|
|
||||||
|
STUDIO_NAME = "{{ PLATFORM_NAME }} - Studio"
|
||||||
|
|
||||||
# Create folders if necessary
|
# Create folders if necessary
|
||||||
for folder in [LOG_DIR, MEDIA_ROOT, STATIC_ROOT_BASE]:
|
for folder in [LOG_DIR, MEDIA_ROOT, STATIC_ROOT_BASE]:
|
||||||
if not os.path.exists(folder):
|
if not os.path.exists(folder):
|
||||||
|
Loading…
Reference in New Issue
Block a user