Enable Studio API docs in devstack

This commit is contained in:
Ned Batchelder
2019-06-07 13:57:06 -04:00
parent 135cbe76d8
commit f0fa5f7169
3 changed files with 9 additions and 3 deletions

View File

@@ -108,6 +108,10 @@ def should_show_debug_toolbar(request):
DEBUG_TOOLBAR_MONGO_STACKTRACES = False
########################### API DOCS #################################
FEATURES['ENABLE_API_DOCS'] = True
################################ MILESTONES ################################
FEATURES['MILESTONES_APP'] = True