Minor cleanup of Studio settings: removing extra indirection, and advanced components list

This commit is contained in:
Piotr Mitros
2016-01-14 10:03:09 -05:00
parent c9933a5878
commit 6b6248b44a
7 changed files with 26 additions and 110 deletions

View File

@@ -55,11 +55,6 @@ DJFS = {
'url_root': '/static/djpyfs',
}
############################# ADVANCED COMPONENTS #############################
# Make it easier to test advanced components in local dev
FEATURES['ALLOW_ALL_ADVANCED_COMPONENTS'] = True
################################# CELERY ######################################
# By default don't use a worker, execute tasks as if they were local functions