1xch/flask-celery-example
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A simple example for Flask with Celery see: http://flask.pocoo.org/docs/patterns/celery/ In this project directory start celery: celery -A app.celery worker& then start the application: python app.py& <optional> then run the example script python example.py