mirror of
https://github.com/django/django.git
synced 2025-10-27 15:46:10 +00:00
Fixed E124 pep8 warnings.
This commit is contained in:
@@ -72,7 +72,7 @@ class Media(object):
|
||||
return path
|
||||
if prefix is None:
|
||||
if settings.STATIC_URL is None:
|
||||
# backwards compatibility
|
||||
# backwards compatibility
|
||||
prefix = settings.MEDIA_URL
|
||||
else:
|
||||
prefix = settings.STATIC_URL
|
||||
|
||||
Reference in New Issue
Block a user