Fix bug
This commit is contained in:
parent
7d009c36de
commit
2a7a33fe1a
1 changed files with 2 additions and 2 deletions
|
@ -1092,8 +1092,8 @@ urlpatterns = [
|
||||||
),
|
),
|
||||||
] + url_static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
] + url_static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||||
|
|
||||||
if hasattr(settings, "INTERNAL_IPS"):
|
# if hasattr(settings, "INTERNAL_IPS"):
|
||||||
urlpatterns.append(url("__debug__/", include("debug_toolbar.urls")))
|
# urlpatterns.append(url("__debug__/", include("debug_toolbar.urls")))
|
||||||
|
|
||||||
favicon_paths = [
|
favicon_paths = [
|
||||||
"apple-touch-icon-180x180.png",
|
"apple-touch-icon-180x180.png",
|
||||||
|
|
Loading…
Add table
Reference in a new issue