django

TwitterFacebook
Get flash to fully experience Pearltrees
Django_templates

django_session

Django_User

django_apps

- Luc Stepniewski's Blog

http://www.banquise.org/python/django-how-to-find-the-urlpath-youre-into-in-a-template-loaded-by-a-generic-view/ In a Django project, I have a template that is used by two urls, which is quite common (generic views, using ‘create_object’ and ‘update_object’).
Django_models

django_cron

django_patterns

django_rails

django_restful

From Designer to Django’er in Six Weeks — djangocon-2011-notes v0.0.1 documentation

http://readthedocs.org/docs/djangocon-2011-notes/en/latest/from_designer_to_djangoer.html Start out on the right foot: If you can, spend 100% of your time on your project.

A Guide to Testing in Django - Toast Driven

http://toastdriven.com/blog/2011/apr/10/guide-to-testing-in-django/ For many people, testing their Django applications is a mystery.
django_tools

django_form

django_ajax

There are quite a few great little tricks and tips one could use on their Django projects that would speed up development and save many headaches in the long run. From basic to obscure, these tips can help any skill-level of programmer become more adept with Django and all it’s glory. Django is an excellent framework for Python. http://net.tutsplus.com/tutorials/python-tutorials/10-insanely-useful-django-tips/

10 Insanely Useful Django Tips

Tutorials

https://code.djangoproject.com/wiki/Tutorials General Tutorials ¶

How and why to use django-mongokit (aka. Django to MongoDB) - Peterbe.com

Here I'm going to explain how to combine Django and MongoDB using MongoKit and django-mongokit . MongoDB is a document store built for high speed and high concurrency with a very good redundancy story. http://www.peterbe.com/plog/how-and-why-to-use-django-mongokit
django_exemples

django_videos

The Django Book: Version 2.0 (English)

http://www.djangobook.com/en/2.0/ Welcome to the online version of The Django Book, a free book about the Django Web framework for the Python programming language. A note about this edition Welcome to the community edition of the Django Book!
This is a collection of patterns which we have found occurring commonly with Django. All of these either make collaboration easier, coding simpler or code more maintainable. http://agiliq.com/books/djangodesignpatterns/index.html

Index — Django Design Patterns