Fix typo
This commit is contained in:
parent
d0547ec106
commit
bfadc499b3
4 changed files with 6 additions and 6 deletions
|
@ -1090,7 +1090,7 @@ urlpatterns = [
|
|||
]
|
||||
),
|
||||
),
|
||||
# url("__debug__/", include("debug_toolbar.urls")), # debug_toolbar use
|
||||
url("__debug__/", include("debug_toolbar.urls")), # debug_toolbar use
|
||||
] + url_static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
||||
favicon_paths = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue