django-rest-framework-oauth icon indicating copy to clipboard operation
django-rest-framework-oauth copied to clipboard

Is the project compatible with django 1.8 and above?

Open vladlep opened this issue 9 years ago • 1 comments

Hi,

Is the project compatible with new versions of django (above 1.7)? I tried it with 1.8.4. and the migrations do not work for me. It appears to be because of the django-oauth2-provider package that is used which is not supported anymore: https://github.com/caffeinehit/django-oauth2-provider/issues/119#issuecomment-76118642

Thanks, Vlad

vladlep avatar Jan 21 '16 12:01 vladlep

I think that https://github.com/evonove/django-oauth-toolkit might be the go to project now for this. Not really sure though

jpadilla avatar Jan 21 '16 22:01 jpadilla