﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31159	There seems to be a problem with latest version of django as it does not identify djongo as valid database connector for mongodb.	Sutariya Aman	nobody	"Lately i have been trying to connect my django app with MongoDb by using Djongo as a connector engine but everytime i try to connect them it shows up with an error ""djongo isnt an available database backend"" . I tried finding the source of the problem and noticed that django only recognizes the databases that are stored in the db/backends directory of the django app and when we pip install djongo it apparently stores it in  the site-packages folder of the django app which is external to the backends directory . So to recognize djongo as a valib database backend we need to install it in appropriate directory . I have answered these query on github and here's the link for the answer ""https://github.com/nesdis/djongo/issues/171#issuecomment-571087529""."	Bug	closed	Database layer (models, ORM)	3.0	Normal	invalid	Migration , Djongo , Database , Backend , Valid		Unreviewed	0	0	0	0	1	0
