摘要: Django-redis 使用 安装 django-redis pip install django-redis 配置信息 CACHES = { "default": { "BACKEND": "django_redis.cache.RedisCache", "LOCATION": "redis:/ 阅读全文
posted @ 2019-10-22 23:06 巫小诗 阅读(216) 评论(0) 推荐(0) 编辑
摘要: DRF一对多序列化和反序列化 阅读全文
posted @ 2019-10-22 22:49 巫小诗 阅读(1139) 评论(0) 推荐(0) 编辑
摘要: DRF序列化和反序列化 安装 djangorestframework 将rest_framework注册到app上 urls 在models.py 在 app01 文件下 新建 serializer.py 在 views 阅读全文
posted @ 2019-10-22 22:18 巫小诗 阅读(251) 评论(0) 推荐(0) 编辑