5 lines
81 B
Python
5 lines
81 B
Python
from django.urls import path, include
|
|
|
|
urlpatterns = [
|
|
# 你的路由配置
|
|
] |