-
posts
-
Django admin inline forms
For my new project dlife (Update: Now
django-lifestream), I went
about implementing a simple comments interface that would allow users to make
comments on imported feed items. I wanted to support this in the admin in the
typical manner such that w...
-
Feedparser and Django
Over the weekend at Python Onsen I worked on a lifestream web application using Django and feedparser. I was really impressed with how simple feedparser is to use and how easy it is to get unified results from atom or rss feeds. You simply import ...
-
Python Onsen Oct. 2008
Last weekend I went to my second Python Onsen organized by
Nakai-san(id:voluntas). I talked about Python Onsen in
my first blog post. Python Onsen is a 3 day event (Fri, Sat,
Sun) but as before I only participated on Saturday and Sunday. This time...
-
Django Views
I was thinking about using Django for one of my
projects on App Engine because it seems like a
popular project and somewhat easy to use, but I’m not quite understanding yet
why it’s better to have helper functions rather than controller/handler cl...