Recently I begun using Apache instead of the debugging server that
comes with Django. After having a rough time configuring and
successfully installing mod_python and Django, my projects are once
again working.

However, it seems like the requested pages are cached. Not in the
regular way though, it is as though the compiled Python procedures are
compiled, while the data is still up to date.

I'm wondering if this is a problem with mod_python and does anyone
know how to turn this "python-caching" off?
For your information, it doesn't happen with the Django "runserver".


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

Reply via email to