Commit
d8b4f8296206321bf0bd1cc4108a237f145c0f07
Exists in
master
and in
13 other branches
Validation_colab_sprint_30, check-port, generic-plugins, header_footer, mezuro-integration, move_out_plugins, plugin_extra_configs, proxy_base_template, proxy_hotspot, spb-release/3.0, stable, test, trac_indexing
Ignored import * in settings file
1
| -from ..settings import * |
1
| +from ..settings import * # noqa |
2
| |
2
| |
3
| |
3
| |
4
| STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage' |
4
| STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage' |