摘要: 1 drf路由的使用 -路由有三种写法 -视图类.as_view() -视图类.as_view({'get':'list'}) -自动生成路由 -导入--实例化--注册--加入到urlpatterns -类有两个:SimpleRouter, DefaultRouter -加入到urlpatterns 阅读全文
posted @ 2022-10-09 19:05 名字长的像一只老山羊 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 三大权限认证测试例子代码 models.py from django.db import models # Create your models here. class Book(models.Model): name = models.CharField(max_length=32) price 阅读全文
posted @ 2022-10-09 18:47 名字长的像一只老山羊 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 我服了,少了个斜杠http://127.0.0.1:8001/user/login/ 阅读全文
posted @ 2022-10-09 17:07 名字长的像一只老山羊 阅读(24) 评论(1) 推荐(0) 编辑