-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more branding settings to the deployment documentation
- Loading branch information
1 parent
b89d488
commit 856a2fd
Showing
2 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#DEBUG = True | ||
#DEBUG = False | ||
#SECRET_KEY = '' # will be autogenerated in secret_key.py if not specified here | ||
#BASE_URL = 'http://localhost:8000/' # required! | ||
#SERVER_EMAIL = '[email protected]' | ||
|
@@ -7,8 +7,26 @@ | |
#) | ||
## Branding | ||
#BRAND_NAME = 'Your brand name (default is A+)' | ||
#BRAND_NAME_LONG = 'Aplus' | ||
#BRAND_DESCRIPTION = 'Description of your service (default is Virtual Learning Environment)' | ||
# BRAND_INSTITUTION_NAME = Your institution name, e.g., 'Aalto University', 'Tampere university' | ||
#BRAND_INSTITUTION_NAME = Your institution name, e.g., 'Aalto University', 'Tampere university' | ||
#BRAND_INSTITUTION_NAME_FI = 'Aalto-yliopisto' | ||
#WELCOME_TEXT = 'Welcome to A+ <small>modern learning environment</small>' | ||
#SHIBBOLETH_TITLE_TEXT = 'Aalto University users' | ||
#SHIBBOLETH_BODY_TEXT = 'Log in with your Aalto University user account by clicking on the button below. FiTech, Open University and programme students as well as staff members must log in here.' | ||
#SHIBBOLETH_BUTTON_TEXT = 'Log in with Aalto account' | ||
#MOOC_TITLE_TEXT = 'Users external to Aalto' | ||
#MOOC_BODY_TEXT = 'Some of our courses are open for everyone. Log in with your user account from one of the following services.' | ||
#INTERNAL_USER_LABEL = 'Aalto' | ||
#EXTERNAL_USER_LABEL = 'MOOC' | ||
|
||
#WELCOME_TEXT_FI = 'A+ <small>verkkopohjainen oppimisympäristö</small>' | ||
#SHIBBOLETH_TITLE_TEXT_FI = 'Aalto-yliopiston käyttäjät' | ||
#SHIBBOLETH_BODY_TEXT_FI = 'Kirjaudu palveluun Aalto-yliopiston käyttäjätunnuksella alla olevasta painikkeesta. FiTechin, avoimen yliopiston ja koulutusohjelmien opiskelijoiden sekä henkilökunnan täytyy kirjautua tästä.' | ||
#SHIBBOLETH_BUTTON_TEXT_FI = 'Kirjaudu Aalto-tunnuksella' | ||
#MOOC_TITLE_TEXT_FI = 'Käyttäjät Aallon ulkopuolelta' | ||
#MOOC_BODY_TEXT_FI = 'Osa kursseistamme on avoinna kaikille. Kirjaudu sisään jonkin seuraavan palvelun käyttäjätunnuksellasi.' | ||
|
||
# Show red alert on top of all pages | ||
#SITEWIDE_ALERT_TEXT = "Maintenance on Monday" | ||
#SITEWIDE_ALERT_TEXT = {'en': "Maintenance on Monday", 'fi': "Maanantaina on palvelukatko"} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters