Commit 260962e0 by David Baumgold

Use "Studio" name by default (instead of "edX Studio")

parent 66b17784
......@@ -41,12 +41,8 @@ import dealer.git
from xmodule.modulestore.edit_info import EditInfoMixin
############################ FEATURE CONFIGURATION #############################
STUDIO_NAME = "Studio"
STUDIO_SHORT_NAME = "Studio"
STUDIO_NAME = "{platform_name} {short_name}".format(
platform_name=PLATFORM_NAME, short_name=STUDIO_SHORT_NAME,
)
# Note that if you redefine STUDIO_SHORT_NAME in another settings file,
# you'll also need to redefine STUDIO_NAME -- it won't automatically inherit.
FEATURES = {
'USE_DJANGO_PIPELINE': True,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment