I am using the feed api, and it works well. However, i was curious why the title and description fields are specified via templates, and not just as a property of the feed class?
http://www.djangoproject.com/documentation/syndication_feeds/ Why not just have properties on the feed class like so: class LatestEntries(Feed): title_field = "name" description_field = "description" Seems like getting rid of the template would remove some hassle in this case. Anyways, just curious. I am new to both Python and Django, so I am really trying to understand how and why django is built the way it is. thanks... mike --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---