DISCO-188 publisher link

Add publisher link to settings dropdown if the features setting
is set.
This commit is contained in:
Nicholas D'Alfonso
2019-10-03 14:16:59 -04:00
parent b8a19b7b92
commit 545d5eddc8
3 changed files with 15 additions and 0 deletions

View File

@@ -128,6 +128,9 @@ FEATURES['CERTIFICATES_HTML_VIEW'] = True
########################## AUTHOR PERMISSION #######################
FEATURES['ENABLE_CREATOR_GROUP'] = False
################### FRONTEND APPLICATION PUBLISHER URL ###################
FEATURES['FRONTEND_APP_PUBLISHER_URL'] = 'http://localhost:18400'
################################# DJANGO-REQUIRE ###############################
# Whether to run django-require in debug mode.