Build a Microblog with Django
Oh, Webmonkey. Thanks for returning, and bringing Django goodness with you.
PermalinkWriting Reusable Applications
Nice set of slides from James Bennett, regarding python/django best practices in the context of writing reusable code as django apps.
PermalinkDjango URL goodness
Working with urls in Django – handy for setting up menus where the current url is treated differently than the rest of the links.
PermalinkSatchmo Project
A Python/Django based open-source e-commerce solution. Didn’t have a chance to poke around too much, but it looks interesting.
PermalinkDjango tips: get the most out of generic views
This article describes how to make use of Django’s built-in views, and how to extend them to meet your needs.
PermalinkThe basics of creating a tumblelog with Django
A helpful article regarding pulling feeds from multiple sources and then creating a new model to track them all, and standardize elements (esp. timestamps).
PermalinkURLConf tips and tricks
As suggested by the title this article describes the workings of the URLConf in Django, including how variables set in the ‘info_dict’ are handled.
Permalink