4👍
✅
It should work if you install six.
All you then need to do is replace django.utils.encoding
with six
in your models.py.
👤MGL
Source:stackexchange.com