#31159: There seems to be a problem with latest version of django as it does not
identify djongo as valid database connector for mongodb.
-------------------------------------+-------------------------------------
               Reporter:  aaman123   |          Owner:  nobody
                   Type:  Bug        |         Status:  new
              Component:  Database   |        Version:  3.0
  layer (models, ORM)                |       Keywords:  Migration , Djongo
               Severity:  Normal     |  , Database , Backend , Valid
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  1
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 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";.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31159>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/051.a9357a7c3ff978f8344dd43f742be519%40djangoproject.com.

Reply via email to