ImportError: cannot import name 'python_2_unicode_compatible'
sodrooome opened this issue · 2 comments
sodrooome commented
when I simply run migrations, it raises error like this
from django.utils.encoding import python_2_unicode_compatible ImportError: cannot import name 'python_2_unicode_compatible'
It's look like doesn't support django 3.x?
dezmaeth commented
im having the same issue, did you manage to fix it?
BarnabasSzabolcs commented
Hi,
this repo is not maintained anymore, so the development moved to dj-rest-auth. (reference: #568)
It may be best, if you move this PR there. (and upgrade to using dj_rest_auth)
new repo link: https://github.com/jazzband/dj-rest-auth (I'm not the upkeeper of that repo, it just makes sense for me to help you write where it brings value.)
Best,
Barney