This commit is contained in:
2026-03-11 15:12:17 +00:00
parent cbedcd67f6
commit 1570f79b62
11 changed files with 3638 additions and 410 deletions

View File

@@ -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(