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

后端 未结 0 1153
迷失自我
迷失自我 2021-02-11 06:03

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,          


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