remove django admin app
This commit is contained in:
@@ -15,7 +15,6 @@ Including another URLconf
|
||||
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
|
||||
"""
|
||||
|
||||
from django.contrib import admin
|
||||
from django.urls import path, include
|
||||
from django.http import HttpRequest, HttpResponse
|
||||
from django.shortcuts import render, redirect
|
||||
@@ -23,6 +22,5 @@ from epub2go.convert import get_all_books, GBConvert, Book
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path("admin/", admin.site.urls),
|
||||
path('',include('core.urls'))
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user