On Wed, 2006-10-11 at 23:49 +0000, [EMAIL PROTECTED] wrote:
> Hi everyone,
> 
> I'm experiencing some problems on an application I did. Basically, it's
> just a tiny blog application, deployed on an Apache+mod_python server.
> 
> The problem is that whenever I add a new post, it doesn't show in the
> front page even though it shows in the RSS feed. Both the frontpage and
> the RSS feed use some available Django generic views and both use the
> exact same queryset.
> 
> I have tried reproducing the problem with the WSGI server with no luck
> so I figure that this must be some kind of problem related to the use
> of mod_python but the thing that puzzles me the most is that if this
> theory proved correct then the RSS shouldn't work as expected yet it
> does.
> 
> Has anyone experienced a similar problem?

If I had to guess, I would say "timezone problems". I don't think the
standard syndication framework worries about trimming entries from the
future. By default, the date view generic view does trim those entries.
So if you are using the date view, have a look at the times on your
entries.

Regards,
Malcolm


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to