How to send HTTP requests asynchronously without waiting for the result with asyncio in a Django 3.1 view?

后端 未结 0 1696
梦如初夏
梦如初夏 2021-02-11 06:15

I\'m writing an app in Django that has a linked-list-esque model called Task:

# models.py
from django.db.models import Model, CharField, ForeignKey,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题