Instead of implicitly trying to detect the Django or Flask environment, take a page from Flask/Celery and use an explicitly-instantiated Jobtastic object, which takes configuration. Also use an optional environment variable (djcelery-style) to keep Django working.
Instead of implicitly trying to detect the Django or Flask environment, take a page from Flask/Celery and use an explicitly-instantiated
Jobtastic
object, which takes configuration. Also use an optional environment variable (djcelery-style) to keep Django working.