Getting totally confused here. https://pypi.python.org/pypi/django-celery says:
"THIS PROJECT IS NO LONGER REQUIRED Please follow the new tutorial at: http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html " At that link, it says: "Previous versions of Celery required a separate library to work with Django, but since 3.1 this is no longer the case. Django is supported out of the box now so this document only contains a basic way to integrate Celery and Django. You will use the same API as non-Django users so it’s recommended that you read the First Steps with Celery tutorial first and come back to this tutorial. When you have a working example you can continue to the Next Steps guide." however further down, it has: "The django-celery library defines result backends that uses the Django ORM and Django Cache frameworks." [...] "pip install django-celery" Which seems to point to the django-celery package which is apparently no longer required. So is django-celery required, or isn't it required???? At quick glance, I don't see any Django db models in the python-celery package, so I think it is still required, despite misleading documentation saying otherwise. -- Brian May <[email protected]>
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

