Remove admin page
This commit is contained in:
parent
2058054c99
commit
18349beeee
3 changed files with 3 additions and 7 deletions
|
|
@ -1,7 +1,5 @@
|
|||
from django.contrib import admin
|
||||
from django.urls import include, path
|
||||
|
||||
urlpatterns = [
|
||||
path("admin/", admin.site.urls),
|
||||
path("", include("feeds.urls")),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue