1π
Ok, I get it. The problem was with mysql database. The new version added a json field extradata. MySql interpreted it as text field with NULL value. So the problem was that fandjango wanted empty json, not NULL. I have updated the extradata field with β{}β and itβs worked.
Now I have a standart problem: The mobile version of the app is unavailable because it is misconfigured for mobile access.
As it was earlier, before new version
Now I will try to figure out what is this. π
π€user2432417
Source:stackexchange.com