diff --git a/smaug_dashboard/enabled/_6000_data_protection.py b/smaug_dashboard/enabled/_6000_data_protection.py index f43ebc7..49b79ea 100644 --- a/smaug_dashboard/enabled/_6000_data_protection.py +++ b/smaug_dashboard/enabled/_6000_data_protection.py @@ -22,3 +22,6 @@ DISABLED = False ADD_INSTALLED_APPS = [ 'smaug_dashboard', ] + +# Automatically discover static resources in installed apps +AUTO_DISCOVER_STATIC_FILES = True