Archive for February, 2010

Django 101

djangoDjango has excellent documentation, and it’s great place to get started if you want to learn about Django framework. The second place maybe this great Django book.

I also found lot of django tutorials on other sites, but some of them are very old and they probably  don’t work with current Django stable version (1.1.1 ). So I decided to collect recent tutorials about Django.

I’ve compiled list of  Django tutorials and articles to help myself with Django framework, and I  hope the list will help you too.

Continue reading »

10 Django Apps I Can’t Live Without

djangoI love Django pluggable applications. Basically you just need to install the application, and you’re done. How many hours do you spend to create registration system for your new project? Well, in Django you just need to use django-registration, set up the urls and everything is up and running. In this way you can save time and focus to your business logic.

Continue reading »

[Link] MongoEngine

MongoEngine is a Document-Object Mapper for working with MongoDB from Python. It has similar API with Django ORM.

[Link] Django Advent

Django Advent is a website dedicated for welcoming new release of Django. You’ll see some interesting articles about upcoming releases of the Django web framework.

Django Tutorial – Simple Notes Application

Django is a great web framework, so easy to fall in love.

Before starting this tutorial, you need to install Django framework.
Continue reading »