Files
along_django/shangdian/urls.py

5 lines
81 B
Python

from django.urls import path, include
urlpatterns = [
# 你的路由配置
]