mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Updated admin site banner
This commit is contained in:
@@ -22,9 +22,10 @@ from django.urls import include, path, re_path
|
||||
from django.conf.urls.static import static
|
||||
from asgiref.sync import sync_to_async
|
||||
from interface import views
|
||||
from interface.admin import admin_site
|
||||
|
||||
urlpatterns = [
|
||||
path("admin/", admin.site.urls),
|
||||
path("admin/", admin_site.urls),
|
||||
path("", views.index, name="index"),
|
||||
path("home", views.home, name="home"),
|
||||
re_path("^live$", views.live, name="live"),
|
||||
|
||||
Reference in New Issue
Block a user