Skip to content

Commit

Permalink
Merge branch 'release/0.3.56' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Sep 28, 2023
2 parents a830c18 + 4fd8e2a commit 55a7f19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions edc_crf/urls.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
from django.urls.conf import path
from django.views.generic import RedirectView

from .admin_site import edc_crf_admin

app_name = "edc_crf"

urlpatterns = [
path("admin/", edc_crf_admin.urls),
path("", RedirectView.as_view(url=f"/{app_name}/admin/"), name="home_url"),
]

0 comments on commit 55a7f19

Please sign in to comment.