I want to do CRUD app with authorization using DJango and MongoDB without using ORM. How can I implement this in my project and do it with some buttons on my page?
Now im using DJongo but i wont using ORM.
I have no idea how to do it.
For example - after click button you will add or delete something to database without using ORM.