=== modified file 'dashboard_app/extension.py'
@@ -79,6 +79,9 @@
settings_module['DATAREPORT_DIRS'] = [
os.path.join(root_dir, 'examples', 'reports'),
os.path.join(root_dir, 'production', 'reports')]
+ prepend_label_apps = settings_module.get('STATICFILES_PREPEND_LABEL_APPS', [])
+ if self.app_name in prepend_label_apps:
+ prepend_label_apps.remove(self.app_name)
def contribute_to_settings_ex(self, settings_module, settings_object):
settings_module['DATAVIEW_DIRS'] = settings_object._settings.get(
=== added directory 'dashboard_app/static/dashboard_app'
=== renamed directory 'dashboard_app/static/css' => 'dashboard_app/static/dashboard_app/css'
=== renamed directory 'dashboard_app/static/images' => 'dashboard_app/static/dashboard_app/images'
=== renamed directory 'dashboard_app/static/js' => 'dashboard_app/static/dashboard_app/js'
=== modified file 'setup.py'
@@ -49,7 +49,6 @@
install_requires=[
'Django >= 1.2',
'django-restricted-resource >= 0.2.6',
- 'django-staticfiles == 0.3.4',
'docutils >= 0.6',
'lava-server >= 0.8',
'linaro-dashboard-bundle >= 1.8',