i’m a newbie django developer, trying to build demo pages for my cpp and python programs. i have used ruby-on-rails some years ago.
i wish to know if there is any easy way to display the contents of a database collection on a django application. i’m using mongodb but any other example is fine too. i remember ruby-on-rails, using its scaffolds, provides a readymade solution to manipulate (list, view, edit etc) a database collection. is there a django equivalent?
i have gone through the django_mongodb tutorial to perform such manipulation myself. i mean, by writing the model, view and the template. but wondering how more experienced developers automate this process.
thanks for your help.
If you go through the django tutorial you’ll find the answer to your question.