摘要:
1、django项目根路由 from django.urls import path, include urlpatterns = [ path('api/', include('apps.api.urls')), ] django-devops.urls 2、安装rest_framework、co 阅读全文
摘要:
1、前端网页包含增加删除修改操作 2、修改完成后会把修改好的数据发送到后端数据库 3、前端网页代码 <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="wid 阅读全文