5
There is a free education courses for MongoDB, one being developer-foccussed and the other more administration-focussed. There is still time to sign up afaik so I’d recommend having a look at the developer course (it’s taught by Dwight Merriman, the 10gen CEO).
MongoDB tutorials can be found here.
There’s a short doc on using MongoEngine with Django. The MongoEngine maintainer wrote a tutorial here on writing an app with MongoEngine and Django.
3
When you want to learn web application development, you should first learn how to create static HTML pages with a text editor, so you get a feeling for how the WWW actually works.
When you have a solid understanding of HTML and CSS, you can start with dynamic website generation using Django.
Using a database like MongoDB is an entirely different beast you should tackle after you’ve learned how to generate websites server-sided.
- [Django]-In Django, how do you construct a formset manually in a template?
- [Django]-Manager isn't accessible via Blog instances
- [Django]-Unable to bound form data after upgrading to django 1.5.1
- [Django]-How to create a superuser in Django with Linux shell script?
- [Django]-Django-social-auth redirect after login