2
0

urls.py 101 B

123456
  1. from django.urls import path
  2. from apps.manage.views import *
  3. urlpatterns = [
  4. path('', index),
  5. ]