-
Notifications
You must be signed in to change notification settings - Fork 15
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
Strange issue with Python 3.7 and 3.8 #20
Comments
Hi @ZviBaratz Are you make sure your or maybe something wrong in your CI environment variable, did you set it in CI ? |
Proposing a different message for short secret keys, following luojilab#20.
Well, that's embarrassing. I forgot about the default SECRET_KEY setting used in the CI environment. |
That's great! Thanks for your PR. |
Hi,
I'm developing a Django application, and even though everything works fine in my local dev environment (Python 3.9), my CI build for Python 3.7 and 3.8 is failing (surprisingly, Python 3.6 is passing, and so is 3.9).
The exception I'm getting looks like this:
The relevant field definition looks like:
Any help figuring out the cause for this would be greatly appreciated.
Thanks for all your great work,
Zvi
The text was updated successfully, but these errors were encountered: