Merge "[enabled] Automatically discover static resources"

This commit is contained in:
Jenkins
2016-05-20 10:08:02 +00:00
committed by Gerrit Code Review

View File

@@ -22,3 +22,6 @@ DISABLED = False
ADD_INSTALLED_APPS = [
'smaug_dashboard',
]
# Automatically discover static resources in installed apps
AUTO_DISCOVER_STATIC_FILES = True