PolicyStat / jobtastic

Make your user-responsive long-running Celery jobs totally awesomer.
http://policystat.github.com/jobtastic/
MIT License
644 stars 61 forks source link

Move to Flask/Celery-style explicit jobtastic invocation #8

Closed winhamwr closed 11 years ago

winhamwr commented 12 years ago

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.

winhamwr commented 11 years ago

Let's do #10 instead