Ravenports generated: 17 Aug 2021 04:13
[ravenports.git] / bucket_8B / python-django-celery
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-django-celery
4 VERSION=                3.3.1
5 KEYWORDS=               python
6 VARIANTS=               py38 py39
7 SDESC[py38]=            Old django celery integration project (PY38)
8 SDESC[py39]=            Old django celery integration project (PY39)
9 HOMEPAGE=               none
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/66/08/87989d1a6f325c60d7c11154817109b840a07cfd38ba5bce34af1b8d35de
14 DISTFILE[1]=            django_celery-3.3.1-py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[py38]=            single
17 SPKGS[py39]=            single
18
19 OPTIONS_AVAILABLE=      PY38 PY39
20 OPTIONS_STANDARD=       none
21 VOPTS[py38]=            PY38=ON PY39=OFF
22 VOPTS[py39]=            PY38=OFF PY39=ON
23
24 DISTNAME=               django_celery-3.3.1.dist-info
25
26 GENERATED=              yes
27
28 [PY38].RUN_DEPENDS_ON=                  python-celery:single:py38
29                                         python-Django:single:py38
30 [PY38].USES_ON=                         python:py38,wheel
31
32 [PY39].RUN_DEPENDS_ON=                  python-celery:single:py39
33                                         python-Django:single:py39
34 [PY39].USES_ON=                         python:py39,wheel
35
36 [FILE:3108:descriptions/desc.single]
37 Looking for sponsor for working on django 1.11 to 2.2 support
38 https://github.com/celery/django-celery/issues/568
39
40 ===============================================
41  django-celery - Celery Integration for Django
42 ===============================================
43
44 .. image::
45 https://user-images.githubusercontent.com/26336/59113881-917c5180-890b-11e9-9863-f5a98d0e235e.png
46
47 :Version: 3.3.1
48 :Web: http://celeryproject.org/
49 :Download: http://pypi.python.org/pypi/django-celery/
50 :Source: http://github.com/celery/django-celery/
51 :Keywords: celery, task queue, job queue, asynchronous, rabbitmq, amqp,
52 redis,
53   python, django, webhooks, queue, distributed
54
55 --
56
57 .. warning::
58
59     **THIS PROJECT IS ONLY REQUIRED IF YOU WANT TO USE DJANGO RESULT
60 BACKEND
61     AND ADMIN INTEGRATION**
62
63     Please follow the new tutorial at:
64
65    
66 http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html
67
68 django-celery provides Celery integration for Django; Using the Django ORM
69 and cache backend for storing results, autodiscovery of task modules
70 for applications listed in INSTALLED_APPS, and more.
71
72 Using django-celery
73 ===================
74
75 To enable ``django-celery for your project you need to add djcelery to
76 INSTALLED_APPS``::
77
78     INSTALLED_APPS += ("djcelery", )
79
80 then add the following lines to your ``settings.py``::
81
82     import djcelery
83     djcelery.setup_loader()
84
85 Everything works the same as described in the `Celery User Manual`_, except
86 you
87 need to invoke the programs through ``manage.py``:
88
89 ===================================== 
90 =====================================
91 **Program**                            **Replace with**
92 ===================================== 
93 =====================================
94 celery                             ``python manage.py celery
95 celery worker                      python manage.py celery worker
96 celery beat                        python manage.py celery beat
97 celery ...                         python manage.py celery ...``
98 ===================================== 
99 =====================================
100
101 The other main difference is that configuration values are stored in
102 your Django projects' ``settings.py module rather than in
103 celeryconfig.py``.
104
105 If you're trying celery for the first time you should start by reading
106 `Getting started with django-celery`_
107
108 Special note for mod_wsgi users
109 -------------------------------
110
111 If you're using mod_wsgi to deploy your Django application you need to
112 include the following in your ``.wsgi`` module::
113
114     import djcelery
115     djcelery.setup_loader()
116
117 Documentation
118 =============
119
120 The `Celery User Manual`_ contains user guides, tutorials and an API
121 reference. It also has a dedicated `subsection about the Django
122 integration`_.
123
124 .. _`Celery User Manual`: http://docs.celeryproject.org/
125 .. _`subsection about the Django integration`:
126    http://docs.celeryproject.org/en/latest/django/
127 .. _`Getting started with django-celery`:
128   
129 http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html
130
131 Installation
132 =============
133
134 You can install ``django-celery`` either via the Python Package Index
135 (PyPI)
136 or from source.
137
138
139 [FILE:115:distinfo]
140 1f2b5259836867e5ad8282fd9b1edc1fa869028154d129699276e2eaace3445b        63754 django_celery-3.3.1-py3-none-any.whl
141