摘要:
进入官网https://packages.gitlab.com/gitlab/gitlab-ce/ 选择相应的版本下载 安装相关的依赖 yum install curl openssh-server openssh-clients postfix policycoreutils-python 启动s 阅读全文
posted @ 2022-12-03 23:50
powfu
阅读(64)
评论(0)
推荐(0)
摘要:
当请求过来时,解释器会根据content-type字段,选择相应的解释器,然后并将数据封装的request.data中。一般我们都是直接采用rest里面内置的解析器,无需自己定义 REST_FRAMEWORK = { 'DEFAULT_PARSER_CLASSES': [ 'rest_framewo 阅读全文
posted @ 2022-12-03 21:29
powfu
阅读(31)
评论(0)
推荐(0)
摘要:
DRF视图类中除了APIView类,还有一个GenericAPIView类。GenericAPIView类主要给我们提供了2个属性,3个方法。 属性: queryset:要序列化的数据 serializer_class:序列化类 方法: get_queryset():获取要序列化的数据 get_ob 阅读全文
posted @ 2022-12-03 21:23
powfu
阅读(21)
评论(0)
推荐(0)

浙公网安备 33010602011771号