Re: unable Integrating Djongo 1.3.1 with django 2.2.10

2020-03-28 Thread VenkataSivaRamiReddy
hi bro, I need help regrading Django rest framework with Monogod, please reply ASAP On Fri, Mar 20, 2020 at 2:05 AM Eswar Subramanyam < eswar.subraman...@gmail.com> wrote: > Hi > > I opted for Djongo to take advantage of Django ORM with MongoDB.. > > but while starting the server, i get the follo

Re: unable Integrating Djongo 1.3.1 with django 2.2.10

2020-03-20 Thread Sam Chaffy
Install pymongo package by > pip install pymongo or, better practice make a virtual environment directory where all your dependencies will be installed. > python -m venv myvenv (assuming you name it myvenv) If you are in Windows activate virtual environment with: > cd in directory where

Re: unable Integrating Djongo 1.3.1 with django 2.2.10

2020-03-20 Thread Khaleel Ahmed H. M. Shariff
HI Eswar, May Peace, Blessings & Mercy of Almighty God be on you! I should I realized it earlier. It would have saved your time. In Python, we read the last line in the list of errors & do not really care for the earlier errors. Thanks you very much for the update. God Bless You! God Bless Indi

Re: unable Integrating Djongo 1.3.1 with django 2.2.10

2020-03-20 Thread Eswar Subramanyam
Hi Khaleel and whoever this may help in the future, Actually you were right Khaleel, on those lines i checked this thread which was useful to me. https://stackoverflow.com/questions/122327/how-do-i-find-the-location-of-my-python-site-packages-directory Following which i was stareing at the exce

Re: unable Integrating Djongo 1.3.1 with django 2.2.10

2020-03-20 Thread Eswar Subramanyam
Hi Khaleel God bless you and your family too. I understand your point, but i have only one python 3.8 installed. And Django version is 2.2.1. other package 1.3.1 isnt Django but Djongo, so i am not able to figure out where this is issue is cropping up. i cleaned also the pyharm packages but still

Re: unable Integrating Djongo 1.3.1 with django 2.2.10

2020-03-19 Thread Khaleel Ahmed H. M. Shariff
Hi Eswar, May Peace, Blessings & Mercy of Almighty God be on you! Short answer, your environment is messed up. Now, let us address who or how was it messed up There are many reasons why you could be getting this error. One major issue similar I have frequently faced is in case you have multiple v

unable Integrating Djongo 1.3.1 with django 2.2.10

2020-03-19 Thread Eswar Subramanyam
Hi I opted for Djongo to take advantage of Django ORM with MongoDB.. but while starting the server, i get the following error AppData\Roaming\Python\Python38\site-packages\django\db\utils.py", line 121, in load_backend raise ImproperlyConfigured( django.core.exceptions.ImproperlyConfigured