You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reaching back. I'm facing django's ImproperlyConfigured exception from here when attempting to import models, so I think it's just a matter of initializing django before the worker starts. Faust has a 'fixup' for django which I think can be used as a reference in this case.
Another quality-of-life improvement would be to automatically set PYTHONPATH to django project directory, I struggled with it for a while before realizing I needed to set the PYTHONPATH.
Hi, I was wondering if you have plans for adding django integration.
The text was updated successfully, but these errors were encountered: