Fix code for PEP8

This commit is contained in:
Sander Steffann 2019-11-03 16:12:39 +03:00
parent 7306d56902
commit a6f2d5b414

View File

@ -119,7 +119,7 @@ DATABASES = {
#
if MEDIA_STORAGE:
if not 'BACKEND' in MEDIA_STORAGE:
if 'BACKEND' not in MEDIA_STORAGE:
raise ImproperlyConfigured(
"Required parameter BACKEND is missing from MEDIA_STORAGE in configuration.py."
)