Change sidebar style
This commit is contained in:
parent
091826afdb
commit
7d009c36de
2 changed files with 10 additions and 2 deletions
|
@ -1090,9 +1090,11 @@ urlpatterns = [
|
|||
]
|
||||
),
|
||||
),
|
||||
# url("__debug__/", include("debug_toolbar.urls")), # debug_toolbar use
|
||||
] + url_static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
||||
if hasattr(settings, "INTERNAL_IPS"):
|
||||
urlpatterns.append(url("__debug__/", include("debug_toolbar.urls")))
|
||||
|
||||
favicon_paths = [
|
||||
"apple-touch-icon-180x180.png",
|
||||
"apple-touch-icon-114x114.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue