[Django]-Django/MongoDB tutorials for beginner

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.

Leave a comment