Replace "edX Studio" with "{studio_name}"

For theming and internationalization
This commit is contained in:
David Baumgold
2014-12-18 13:38:15 -05:00
parent c42c2573b0
commit 7366d2b1a2
29 changed files with 142 additions and 106 deletions

View File

@@ -41,7 +41,7 @@ from dealer.git import git
from xmodule.modulestore.edit_info import EditInfoMixin
############################ FEATURE CONFIGURATION #############################
STUDIO_NAME = "{platform_name} Studio".format(platform_name=PLATFORM_NAME)
FEATURES = {
'USE_DJANGO_PIPELINE': True,