chore: blacked
This commit is contained in:
+1
-1
@@ -14,5 +14,5 @@ urlpatterns = [
|
||||
]
|
||||
|
||||
if settings.DEBUG:
|
||||
urlpatterns.append(path('__debug__/', include(debug_toolbar.urls)))
|
||||
urlpatterns.append(path("__debug__/", include(debug_toolbar.urls)))
|
||||
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
||||
Reference in New Issue
Block a user