Skip to content
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

how to turn off a feature from node.js redis? #101

Closed
pcompassion opened this issue May 3, 2015 · 2 comments · Fixed by #564
Closed

how to turn off a feature from node.js redis? #101

pcompassion opened this issue May 3, 2015 · 2 comments · Fixed by #564

Comments

@pcompassion
Copy link

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?

@jezdez
Copy link
Member

jezdez commented May 16, 2015

This isn't supported, sorry.

@Mogost
Copy link
Member

Mogost commented Aug 16, 2024

This is still a problem for django-constance. Trying to resolve it in linked PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants