Re: What is Caching my DB

2006-03-27 Thread Siah
Helpful Hints Ivan. Thanks for the points. Sia -- http://mail.python.org/mailman/listinfo/python-list

Re: What is Caching my DB

2006-03-27 Thread Ivan Voras
Siah wrote: > I just launched my django site for a client. My problem is something > is caching my db data in a bizzar way. Here are some of the behaviours > I get: > > - I login, and every other page it makes me login again for a 5 minutes > or so and then it remembers that I am logged in. > -

Re: What is Caching my DB

2006-03-27 Thread Siah
Sorry, this post had to go on Django Users group. I'll post it there. You may ignore this post here. Sia -- http://mail.python.org/mailman/listinfo/python-list

What is Caching my DB

2006-03-27 Thread Siah
I just launched my django site for a client. My problem is something is caching my db data in a bizzar way. Here are some of the behaviours I get: - I login, and every other page it makes me login again for a 5 minutes or so and then it remembers that I am logged in. - I add a record, it reflect