Add settings comment about STUDIO_NAME and STUDIO_SHORT_NAME

This commit is contained in:
David Baumgold
2014-12-23 13:31:40 -05:00
parent 34c6415527
commit 320941e850

View File

@@ -45,6 +45,8 @@ 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,