django_dramatiq:与Dramatiq集成的Django应用

时间:2021-02-04 21:43:24
【文件属性】:
文件名称:django_dramatiq:与Dramatiq集成的Django应用
文件大小:30KB
文件格式:ZIP
更新时间:2021-02-04 21:43:24
python django queue DjangoPython django_dramatiq django_dramatiq是与集成的Django应用。 要求 1.11+ 0.18+ 例 您可以找到使用django_dramatiq构建的示例应用程序。 安装 pip install django-dramatiq 在任何自定义应用程序之前,将django_dramatiq添加到已安装的应用程序: import os INSTALLED_APPS = [ "django_dramatiq" , "myprojectapp1" , "myprojectapp2" , # etc... ] 在settings.py配置
【文件预览】:
django_dramatiq-master
----django_dramatiq()
--------apps.py(4KB)
--------test.py(438B)
--------migrations()
--------utils.py(212B)
--------middleware.py(2KB)
--------admin.py(2KB)
--------__init__.py(88B)
--------models.py(2KB)
--------tasks.py(243B)
--------setup.py(30B)
--------management()
----MANIFEST.in(73B)
----.bumpversion.cfg(261B)
----.travis.yml(353B)
----tox.ini(460B)
----LICENSE(556B)
----setup.cfg(473B)
----setup.py(2KB)
----README.md(8KB)
----tests()
--------settings.py(3KB)
--------test_tasks.py(705B)
--------testapp1()
--------urls.py(17B)
--------test_test.py(719B)
--------testapp3()
--------__init__.py(280B)
--------test_admin_middleware.py(2KB)
--------test_models.py(835B)
--------conftest.py(378B)
--------test_rundramatiq_command.py(9KB)
--------testapp2()
----CONTRIBUTORS.md(2KB)
----.gitignore(132B)
----CHANGELOG.md(8KB)

网友评论