chore: remove not used admin interface (#9059)

This commit is contained in:
Pepe Fagoaga
2025-10-29 12:52:09 +01:00
committed by GitHub
parent e9e0797642
commit 3b7eba64aa
2 changed files with 0 additions and 5 deletions
-3
View File
@@ -1,3 +0,0 @@
# from django.contrib import admin
# Register your models here.
-2
View File
@@ -1,7 +1,5 @@
from django.contrib import admin
from django.urls import include, path
urlpatterns = [
path("admin/", admin.site.urls),
path("api/v1/", include("api.v1.urls")),
]