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

django Multiple databases feature doesn't supported always required default database #234

Open kritesh76vani opened 3 years ago

kritesh76vani commented 3 years ago

ImproperlyConfigured at /auth/token settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.

https://docs.djangoproject.com/en/3.1/topics/db/multi-db/#multiple-databases DATABASES = { 'default':{}, 'sqlite3': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': str(BASE_DIR)+'/db.sqlite3', }, "mongodb": { 'ENGINE': 'djongo', 'NAME': 'raiseforcharity', 'CLIENT': { 'host': 'localhost:27017', } } }

wagnerdelima commented 2 years ago

Hi all.

My team and I are constantly using this framework and it seems it has died out there. I contacted the owner by email asking if he would add some of us as maintainers so we could continue to improve it. However we didn't get a response.

I am publishing the project under my profile and we are going to continue to invest time in it.

So I would like to gently ask you to contribute to this project on: https://github.com/wagnerdelima/drf-social-oauth2

Thank you for understanding.