Re-theme
This commit is contained in:
@@ -50,6 +50,10 @@ from core.views import (
|
||||
|
||||
urlpatterns = [
|
||||
path("__debug__/", include("debug_toolbar.urls")),
|
||||
path(
|
||||
"favicon.ico",
|
||||
RedirectView.as_view(url=f"{settings.STATIC_URL}favicon.ico", permanent=False),
|
||||
),
|
||||
path("", base.Home.as_view(), name="home"),
|
||||
path("admin/", admin.site.urls),
|
||||
path(
|
||||
|
||||
Reference in New Issue
Block a user