flask-celery-helper
Flask-Celery-Helper doesn't break PyCharm autocomplete/inspections
Flask-Celery-Helper doesn't break PyCharm autocomplete/inspections
To install this package, run one of the following:
Even though the Flask documentation says Celery extensions are unnecessary now, I found that I still need an extension to properly use Celery in large Flask applications. Specifically I need an init_app() method to initialize Celery after I instantiate it.
This extension also comes with a single_instance method
Summary
Flask-Celery-Helper doesn't break PyCharm autocomplete/inspections
Last Updated
Jul 12, 2017 at 09:38
License
MIT
Total Downloads
41.5K
Supported Platforms
GitHub Repository
http://github.com/Robpol86/flask-celery-helper