Do a redirect
This commit is contained in:
parent
db5355164c
commit
2a8a0febe1
2 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,9 @@
|
|||
from django.views.generic.base import RedirectView
|
||||
from django.urls import path, include
|
||||
from django.contrib import admin
|
||||
|
||||
urlpatterns = [
|
||||
path("", RedirectView.as_view(url="/brews/")),
|
||||
path("admin/", admin.site.urls),
|
||||
path("brews/", include(("reinheit.apps.brew.urls", "brew"), namespace="brews")),
|
||||
path("oidc/", include("oauth2_authcodeflow.urls")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue