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
{{ message }}
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.
I have a weird problem when i export my local database to the server (and vice versa)
I still have the votes number and rating.get_ratings() working, but rating_score, rating_votes, rating.get_real_percent etc return all zero! Can you explane this? Is this related with the key field or with the ip?
The text was updated successfully, but these errors were encountered:
It's possible that the md5 hash which is used to calculate the key differs from the local and remote server I suppose. You could test this yourself by doing python -c "import hashlib; print hashlib.md5('test').hexdigest()"
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a weird problem when i export my local database to the server (and vice versa)
I still have the votes number and rating.get_ratings() working, but rating_score, rating_votes, rating.get_real_percent etc return all zero! Can you explane this? Is this related with the key field or with the ip?
The text was updated successfully, but these errors were encountered: