09 2020 档案
摘要:安装 django + celery + results https://www.cnblogs.com/lanheader/p/13615772.html 安装 django-celery-beat pip install django-celery-beat 配置 settings.py INS
阅读全文
摘要:官方文档 https://docs.celeryproject.org/en/latest/django/first-steps-with-django.html#using-celery-with-django(配置文档) https://github.com/celery/celery/tree
阅读全文
摘要:参考文档: https://docs.djangoproject.com/zh-hans/2.2/topics/i18n/translation/ https://blog.csdn.net/qq_36963372/article/details/88788463 https://www.jians
阅读全文
摘要:通过 admin.py 在 Django 后台注册自己的路由(对应自己的视图) 要在一个 app 里面的 admin.py 添加如下代码 # django2\apps\business\admin.py from django.contrib import admin from django.con
阅读全文