Skip to content
Advertisement

django mongo engine – DatabaseError: Unknown option auto_start_request

After going into the django shell and creating the following entry:

JavaScript

i am not able to use

JavaScript

i am getting the following error message

JavaScript

My folder structure is as follows:

JavaScript

The versions used are:

JavaScript

Is there anything i am missing?

Can somebody please help me on what the problem is? i am new to django and mongodb. I am not able to find the solution anywhere.

Advertisement

Answer

I had to downgrade the pymongo-3.0.1 to pymongo 2.7 which solved the issue. This error is because of the fact that most of the keywords has been changed or deprecated in pymongo-3.0.1.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement