2024年6月11日
摘要: 项目目录架构 所有页面pages 1 addanimal增加宠物页面页 2 3 4 wxmly: 5 6 <view> 7 <text>爱宠照片</text> 8 </view> 9 <!-- 头像点击选择按钮 --> 10 <view style="margin-bottom: 40rpx;"> 阅读全文
posted @ 2024-06-11 19:48 认真的六六 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 【目录结构】 APPS中的表数据 feeder表(model没有数据) 1 url.py 2 3 4 from django.contrib import admin 5 from django.urls import path, include 6 from rest_framework.rout 阅读全文
posted @ 2024-06-11 15:57 认真的六六 阅读(14) 评论(0) 推荐(0) 编辑