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