hello
first, i am not an expert of django. I do tutorials little by little
I dive in djongo but i am not sure djongo will match with the pratice i want eventually.
i already have a mongodb database. I manage and insert document through robo3T.
i would like to create a webApp to display some data through django. however, i dont want to create any models. I just want to pick data up and display them.
How can i do it with djongo ?
I suppose i could use pyMongo directly but i dont know what to do that
or do i have to swicth for another framework, like flask ?
thank you in advance
cheers
fabien