-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems working with Django 3.2.5 #334
Comments
Thanks for the report. Could you provide your settings.py/pip freeze, and the script you are using? I just some tests locally with 3.2.5 but had no issues. |
Thanks for getting back to me so quickly. I had to put together a MWE to make sure we nailed this down. I am running this on macOS 11.3, but my colleague first encountered this issue on her Ubuntu machine. I am running Python 3.9.2. The output of
|
I managed to fall into this same scenario, but it was due to an error on my end where the celery configuration was not being picked up. Do you have a celeryconfig file? I'm not sure how you are configured atm due to not having your user_settings.py (or wherever your settings.py for Django is coming from) |
Alright, I think I know what is up. You are using an anonymous user and there's a change in Django where it won't let |
Thanks for tracing this. I just verified that it does not happen to logged-in users. |
Thanks, closing this as fixed in master. Should be available in the next minor release. |
I installed Wooey with
I started Wooey and celery using the commands from the documentation.
When trying to run the testscript.py from the documentation, celery issues this error:
If I downgrade Django to 3.1.8 as mentioned on Stack Overflow, then this problem does not occur.
The text was updated successfully, but these errors were encountered: