Fix code for PEP8
This commit is contained in:
parent
dafa2513e3
commit
378883df2b
|
|
@ -124,7 +124,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."
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue