urls.py 112 B

12345
  1. from django.contrib import admin
  2. from django.urls import path
  3. urlpatterns = [path("admin/", admin.site.urls)]