On Thursday 23 Feb 2006 10:15 am, [EMAIL PROTECTED] wrote:
> I'm new to django and it looks really cool.  I've installed
> mod_python and am trying to get the tutorial to work.  It seems
> to work for the most part but whenever I am trying to load a page
> I get the following error message, after I hit refresh the page
> loads properly, for a little while and then I get the error
> message again.  It seems like some sort of caching problem.

you have to restart apache every time you make a change in your 
models or views - changes in templates dont need a restart. You can 
set MaxRequestsPerChild=1 to force apache to reload on every hit. 
But dont do this in production

-- 
regards
kg

http://www.livejournal.com/users/lawgon
tally ho! http://avsap.org.in
ಇಂಡ್ಲಿನಕ್ಸ வாழ்க!

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