django-rest-auth icon indicating copy to clipboard operation
django-rest-auth copied to clipboard

ImportError: cannot import name 'python_2_unicode_compatible'

Open sodrooome opened this issue 5 years ago • 2 comments

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?

sodrooome avatar Feb 04 '20 10:02 sodrooome

im having the same issue, did you manage to fix it?

dezmaeth avatar Apr 22 '20 20:04 dezmaeth

Hi,

this repo is not maintained anymore, so the development moved to dj-rest-auth. (reference: https://github.com/Tivix/django-rest-auth/issues/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

BarnabasSzabolcs avatar May 30 '20 01:05 BarnabasSzabolcs