[BD-21] Document settings with annotations
We introduce the documentation of django settings via code annotations. This will allow us to produce a human-readable documentatio of all Open edX settings.
This commit is contained in:
@@ -160,6 +160,12 @@ PLATFORM_TWITTER_ACCOUNT = "@YourPlatformTwitterAccount"
|
||||
# Dummy secret key for dev/test
|
||||
SECRET_KEY = 'dev key'
|
||||
FAVICON_PATH = 'images/favicon.ico'
|
||||
|
||||
|
||||
# .. setting_name: STUDIO_NAME
|
||||
# .. setting_default: Your Platform Studio
|
||||
# .. setting_description: The name that will appear on the landing page of Studio, as well as in various emails and
|
||||
# templates.
|
||||
STUDIO_NAME = _("Your Platform Studio")
|
||||
STUDIO_SHORT_NAME = _("Studio")
|
||||
FEATURES = {
|
||||
|
||||
Reference in New Issue
Block a user