mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 19:36:26 -06:00
Fix code for PEP8
This commit is contained in:
parent
fb43e92865
commit
70d8b3a7fa
@ -119,7 +119,7 @@ DATABASES = {
|
|||||||
#
|
#
|
||||||
|
|
||||||
if MEDIA_STORAGE:
|
if MEDIA_STORAGE:
|
||||||
if not 'BACKEND' in MEDIA_STORAGE:
|
if 'BACKEND' not in MEDIA_STORAGE:
|
||||||
raise ImproperlyConfigured(
|
raise ImproperlyConfigured(
|
||||||
"Required parameter BACKEND is missing from MEDIA_STORAGE in configuration.py."
|
"Required parameter BACKEND is missing from MEDIA_STORAGE in configuration.py."
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user