We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to turn off a feature (by unsetting a constance value in redis)
I'm doing it from node.js.
It seems constance uses python pickle's dump to store truth value. Isn't the dumped value supposed to change as pickle changes with python version?
How should I toggle truth values from outside of python world?
I'm setting I00\n. for False value. Does this look ok?
I00\n.
The text was updated successfully, but these errors were encountered:
This isn't supported, sorry.
Sorry, something went wrong.
This is still a problem for django-constance. Trying to resolve it in linked PR
Successfully merging a pull request may close this issue.
I'd like to turn off a feature (by unsetting a constance value in redis)
I'm doing it from node.js.
It seems constance uses python pickle's dump to store truth value.
Isn't the dumped value supposed to change as pickle changes with python version?
How should I toggle truth values from outside of python world?
I'm setting
I00\n.
for False value. Does this look ok?The text was updated successfully, but these errors were encountered: