I need to connect to my web app in django
to mongodb
and postgresql
to do CRUD operations on it, here is the code of the project that it´s on git hub.
Here is the file where I made the connections to mongodb (isn´t working).
And this is the link of the project