PolicyStat/jobtastic

Move to Flask/Celery-style explicit jobtastic invocation

winhamwr opened this issue · 1 comments

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.

Let's do #10 instead