RealmTeam / django-rest-framework-social-oauth2

python-social-auth and oauth2 support for django-rest-framework
MIT License
1.06k stars 191 forks source link

Change django urls import path in case of ImportError #252

Closed xennygrimmato closed 9 months ago

xennygrimmato commented 2 years ago

Ideally we should decide which module to import based on the Django version, but this is a stop-gap solution to get things running for Django 4 onwards.

balanikaran commented 2 years ago

Why is this not getting merged? 🤔

wagnerdelima commented 2 years ago

This project is not maintained anymore. Use https://github.com/wagnerdelima/drf-social-oauth2/ instead.

balanikaran commented 2 years ago

Okay, thanks. I would suggest updating the README.md then if not already updated, at least people will know it.

wagnerdelima commented 2 years ago

I am not the maintainer. I can't updated it.

wagnerdelima commented 2 years ago

Good luck

islam-kamel commented 9 months ago

This case has been resolved.