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?

Cheers


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