celery / celeryproject

The official Celery Project website
Other
19 stars 11 forks source link

Homepage at http://www.celeryproject.org/ refers to Flask-Celery whilst Flask-Celery page says it is no longer necessary #5

Closed wodow closed 11 years ago

wodow commented 11 years ago

http://www.celeryproject.org/ says "Celery is easy to integrate with ... Flask, using the ... Flask-Celery add-on packages."

Meanwhile, https://pypi.python.org/pypi/Flask-Celery states in bold "FROM CELERY 3.0 THIS LIBRARY IS NO LONGER NECESSARY, INSTEAD YOU SHOULD USE THE STANDARD CELERY API."

So the suggestion should be removed from the Celery project homepage?

(Moved from https://github.com/celery/celery/issues/1205 )

ask commented 11 years ago

Maybe instead of "using the django-celery, celery-pylons and Flask-Celery add-on packages."

it could link to "framework integration" here instead: http://docs.celeryproject.org/en/latest/getting-started/introduction.html#framework-integration

ask commented 11 years ago

Note that Django-celery will also no longer be needed after celery 3.1 is released