Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kritesh76vani opened this issue Sep 22, 2020 · 1 comment

Comments

@kritesh76vani
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants