Welcome to the django links page. This is a living post which will grow over time so don’t forget to bookmark it. Feel free to leave a comment if you have something to add.
See Also: python links
Table of Contents

General
- Official Django Homepage – Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
- Django Documentation – Everything you need to know about Django (and then some).
- Django Beginners Tutorial Part 2, Part 3, Part 4 – This tutorial walks through the creation of a basic poll application while teaching you the basics of Django.
- Do’s and Dont’s for Application Writers – Make your application play nice with others.
Projects
- Sphene Community Tools – A collection of pluggable Django applications integrate login/logout, user profiles, Wiki, and Forum/Message Board.
- django-tagging – A generic tagging application for Django projects, which allows association of a number of tags with any Model instance and makes retrieval of tags simple.
- django-basic-apps – Simple prebuilt applications. App inventory Blog, Bookmarks, Books, Events, Inlines, Media, Movies, Music, People, Places, Profiles, and Relationships.
- django-ajax-validation (http://github.com/alex/django-ajax-validation/) – A reusable application for doing Ajax validation with newforms.
- snapboard
Simple Nimble Attractive Python board. Inspired by the popular Vanilla forum in PHP.
Books
- Python Web Development with Django (Developer’s Library)
- The Definitive Guide to Django: Web Development Done Right
An open source book about Django. The entire book is also available online. - Practical Django Projects (Pratical Projects)
- Learning Website Development with Django
A beginner’s tutorial to building web applications, quickly and cleanly, with the Django framework. - Pro Django
Tutorials & Examples
Misc & Unsorted
Links, Snippets, and other Collections
- django-plugables
A list of Django projects that appear to be updated frequently. Also on the site is a list of collection django developer profiles. - Popular Django Bookmarks@delicious
- django snippets
1100+ Django related python code snippets.
See Also: The python wormhole