A
path('admin/', admin.site.urls),
path('', include('news.urls')),
path('', include('category.urls'))
Size: a a a
A
DS
S
S
M
AO
PZ
DS
DS
DS
PZ
AO
AO
AO
AO
A
S
S
M
urlpatterns = [
path('admin', admin.site.urls),
path('', include('news.urls')),
path('', include('category.urls’))
s