You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImproperlyConfigured at /auth/token
settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.
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.
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', } } }
The text was updated successfully, but these errors were encountered: