Dear all Djangoers: When I first started learning Django I found the docs better-than-average, yet looking at code was the way for me to really grasp certain concepts. Cheeserater (thanks Jacob!) was great to look at a way to do voting, Cab (thanks James!) was great to look at how to deal with Newforms, Lost-Theories (thanks Jeff!) was great to look at the commenting system, and rossp.org's blog tutorials (thanks Ross!) were a great starting place.
In order to hopefully help somebody out, I wanted to quickly create a site with the sole intention of distributing the source code. Let me take this time to introduce http://www.colddirt.com -- the sinful aggregator. Nothing is too complex, so if you've just started learning Django, feel free to look through this code. Some of the the things I've touched on: -Django's syndication framework (both simple and a little complex) -Sitemap creation -Generic views -Newforms -Searching stuff -AJAX usage (one simple and one using JSON serialization) -Tagcloud creation -FreeComment To supplement the code I wrote up a five part explanation (maybe I'll add more later): http://www.kelvinism.com/tech-blog/colddirt-information/ If you are just learning, maybe this can help. If you are a Django guru, and see me breaking any best practices, please let me know! Thanks Django Community, Kelvin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

