mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-14 16:47:02 +02:00
Merge branch 'main' into nmb/user-models
This commit is contained in:
commit
14cecf46ba
21 changed files with 1302 additions and 55 deletions
|
@ -10,10 +10,11 @@ from django.urls import include, path
|
|||
from registrar.views import health, index, profile
|
||||
|
||||
urlpatterns = [
|
||||
path("", index.index, name="home"),
|
||||
path("admin/", admin.site.urls),
|
||||
path("", index.index),
|
||||
path("health/", health.health),
|
||||
path("edit_profile/", profile.edit_profile, name="edit-profile"),
|
||||
path("openid/", include("djangooidc.urls")),
|
||||
# these views respect the DEBUG setting
|
||||
path("__debug__/", include("debug_toolbar.urls")),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue