Top 30 Django Tutorials and Articles
As a response to the Top 30 Ruby on Rails Tutorials, I’ve compiled a list of the top 30 Django tutorials and articles. These links are in addition to the great documentation on the Django project site.
For those who don’t know, Django is a Python web development framework that makes development super fast.
The list in no particular order…
- Are you generic?
- Sending E-Mails via Templates
- Django admin for your PHP app?
- Hacking FreeComment
- the difference between ‘blank’ and ‘null’
- Using Django’s TemplateTags
- A Django website that took (a lot) more than 20 minutes
- Forms With Multiple Inline Objects
- Extending Generic Views
- Template context processors
- Custom SQL In Django
- How Django processes a request
- Write better template tags
- Extending the User model
- Django’s Undocumented contenttype app
- Django, gzip and WSGI
- Django for non-programmers
- Django Templates: The Power of Inheritance
- Django Templates: An Introduction
- Setting up Django on Dreamhost
- Django on Windows HOWTO
- Django Admin Hack - Fields varying with user permissions
- Some django gotchas
- Django Templates are not limited
- Develop for the Web with Django and Python
- An AJAX ComboBox Widget for Django
- Using Django’s Free Comments
- MochiKit and Django
- RSS made stupidly simple
- Installing Django on OSX
Note: keep an eye out at Django’s community page for new tutorials and articles.
Related Links
- Official Documentation
- Web Development for Perfectionists with Deadlines (VIDEO)
- Django-friendly web hosts
- Sites using Django
If you have an additional tutorial, put it in the comments.

July 18th, 2006 07:38
This is a great list. You should add it to the wiki, after a few people have visited your site of course.
July 18th, 2006 17:51
Thanks for this ressource, I can now delete a lot of my django bookmarks
French speaking people can follow my website’s link which is a translation of main tutorials in French. Enjoy!
July 19th, 2006 02:46
Wow, great list! Thanks and congratulations.
July 20th, 2006 01:19
@Realmac
I tried to put the list on the Wiki but the new spam filter blacklisted me. I assume it was triggered because the post was mostly links. Once I’m no longer blacklisted it will be there.
@Dirceu Pereira Tiegs
Thanks. Did i win something?
July 20th, 2006 10:27
Great list!
Now that you’ve 30, here’s a request for something more
I’m looking for a tutorial which would give me an idea of how one can modify the models (database schema) in a production server safely without losing any data. This is the only part of Django which I’m still not completely happy with. I wish Django took care of ORM intelligently not just initially but even after subsequent changes to the models. But anyways until someone tries to automate this, I guess we’ve to stick to manual methods.
If you find anything related to this, please do post it up here!
Many Thanks!
July 20th, 2006 23:00
[…] Взято с Top 30 Django Tutorials and Articles […]
July 27th, 2006 16:00
thanks a lot
July 28th, 2006 14:22
[…] The blixtra blog has a list of the Top 30 Django Tutorials and Articles. My Django on Windows HOWTO appears to have made the list. […]
July 28th, 2006 19:13
[…] However, Jeff and several others in the community, all of whom have been so generous to all of us semi-geeky-somewhat-wannabe newbies, that it’s time to give them something back - a title. […]
July 29th, 2006 15:46
Great list!
I want to provide link to one more tutorial: http://step-inside.org/blog/2006/jul/01/django_blog_notifying_comments_email/
It describes how to using signals (from django.dispatch) to send e-mail when new comment is posted.
August 1st, 2006 23:33
I’ve just helped out with an article on extending Django’s database API to support MySQL’s full-text search capabilities: http://www.mercurytide.com/knowledge/white-papers/django-full-text-search.
August 7th, 2006 00:18
I guess I’ll add the first article of my series to the bunch:
http://fallingbullets.com/blog/2006/aug/06/wordpress-clone-27-seconds-part-1-40/
September 26th, 2006 03:24
Nice list!
January 24th, 2007 15:28
[…] the blixtra blog » Blog Archive » Top 30 Django Tutorials and Articles (tags: django python tutorial programming reference) […]
January 28th, 2007 22:21
Can you give us a tutorial on installing Maven. Thank you.
February 13th, 2007 12:08
Can you give us a tutorial on installing Maven??? Thank you.
February 15th, 2007 15:06
http://google.com
March 7th, 2007 21:10
Hello, here is a tutorial of mine on how to integrate a simple blog in a
django project. I uploaded some example code which shows how to build a blog
app. Attention, you should be able to read german
https://saschashideout.de/joomla/index.php?option=com_content&task=view&id=93&Itemid=1
May 6th, 2007 16:46
I suppose I can add a little tutorial about how to use reStructuredText markup filter in django and adding some custom extensions to it, like pygments syntax highlighting:
http://saschashideout.de/wiki/DjangoRestPygmentsTutorial/
August 20th, 2007 20:02
For the person asking how to migrate DB changes in Django.
http://www.dzone.com/links/using_django_models_in_batch_jobs_command_line.html
Also I think this site has many interesting tutorials:
http://django.awarelabs.com
September 8th, 2007 02:08
yet another django-based gallery:
http://skam.webfactional.com/blog/2007/08/08/django-based-photo-gallery-tutorial/
June 13th, 2008 21:14
Thank You for provding all important tutorial links in one place.