I just start looking at mongo db for the Django backend.
I have few questions .
1.Can i use raw mongo db instead os using Django ORM for the queryset .
2.My application is realted to Electronic health record so somone can add many details somone will not add anything (Basicaaly it should not database field dependent .)Please help me in this case how should I Design my Model . Or Instead of using Model can I directly fetch and data using raw mongo db queries from the Django view ?
I go through some blog post and found it is working somewhat ok .
But .
Can I insert some field in the database which is not defined in the Django Model .
Really confuse .
Any help and suggestionn would be appriciated .