Skip to content

Commit

Permalink
Changed to wagtail admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
hato1883 committed Jan 23, 2024
1 parent 94cbffc commit dff2e4d
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions src/admin/urls.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@

# from wagtail.admin import urls as wagtailadmin_urls
# from django.conf.urls import include, url

# urlpatterns = [
# url(r'', include(wagtailadmin_urls)),
# ]

from django.contrib import admin
from django.urls import path
from wagtail.admin import urls as wagtailadmin_urls
from django.urls import path, include

urlpatterns = [
path('', admin.site.urls),
path(r'', include(wagtailadmin_urls)),
]

0 comments on commit dff2e4d

Please sign in to comment.