I'm experiencing a really odd problem with the archive_week generic
view.
I am trying to call it like I do a bunch of other generic views
throughout my app, but archive_week seem to not like the arguments I'm
giving it.
Here is my code:
return archive_week(request,
year =
Bumping this back up.
Does anyone even know an easy way to create a feed which has items of
different models (e.g. blog entries and podcast episodes in the same
feed)? I'm not sure how to even do it by hand, much less by combining
existing feeds.
Thanks
On Aug 20, 11:05 am, Eric Montg
I have a couple of feeds set up, one for a blog and one for a
podcast. I want to create a combined feed that contains both of them
without having to create the combined feed from scratch. Is there
some way to combine two (or more) feed classes into one?
--~--~-~--~~~-
I am using newforms-admin to add custom validation for a Calendar
app. I am trying to handle recurring events by displaying extra
fields in the EventForm when creating a new event, but then disabling
those fields for already-existing events. I overrode ModelForm's
__init__ to achieve this by add
I'm using the syndication framework to generate feeds for my blogging
app, and everything is working fine so far. I have multiple blogs
each with their own feeds, but I would like to add a combined feed.
The documentation seems to mention that this is possible, but it
doesn't provide an example a
5 matches
Mail list logo