mirror of https://github.com/snachodog/mybuddy.git
Fix linting issue with url line length
This commit is contained in:
parent
bf62a4e252
commit
c7d09823bb
|
@ -29,4 +29,7 @@ urlpatterns = [
|
|||
]
|
||||
|
||||
if settings.DEBUG:
|
||||
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
urlpatterns += static(
|
||||
settings.MEDIA_URL,
|
||||
document_root=settings.MEDIA_ROOT
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue