Skip to content
#

channels

Here are 573 public repositories matching this topic...

HtheChemist
HtheChemist commented Feb 24, 2021

Describe the bug
if the Observer._serializer is not empty, the .serialize function will try to use it to generate the message_body. Using a standard ModelSerializer from DRF will cause a TypeError because of the arguments.

Removing self from the call will then create another TypeError unexpected keyword because the Field init does not support kwargs.

This part of the code is not cov

项目基于Django、Django REST framework(DRF)、Channels、Redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC;目前已实现基本功能,满足日常学习使用,工由于工作较忙更新较慢,请见谅......https://tianpangji.github.io/

  • Updated Feb 14, 2022
  • Python

Improve this page

Add a description, image, and links to the channels topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the channels topic, visit your repo's landing page and select "manage topics."

Learn more