摘要: Celery是一个功能完备即插即用的分布式异步任务队列框架,适用于异步任务处理问题。celery通常用于实现异步任务或定时任务。 项目:https://github.com/celery/celery/ 文档:https://docs.celeryproject.org/en/latest/ Cel 阅读全文
posted @ 2022-02-16 20:53 vetra 阅读(95) 评论(0) 推荐(0)
摘要: 安装第三方扩展模块到项目中 封装一个第三方API工具类 保存配置信息 引入封装的第三方工具类 阅读全文
posted @ 2022-02-16 18:29 vetra 阅读(139) 评论(0) 推荐(0)
摘要: 中文文档:https://q1mi.github.io/Django-REST-framework-documentation/#django-rest-framework github: https://github.com/encode/django-rest-framework/tree/ma 阅读全文
posted @ 2022-02-16 16:17 vetra 阅读(293) 评论(0) 推荐(0)