Spam & django

2007-05-18 Thread Gerry Steele
> Rania Desai wrote: Can anything be Done about the ridiculous amount of spam that is on this and the users list? I'm on a number of other lists and they don't seem to have this problem. -Gerry --~--~-~--~~~---~--~~ You received this message because you are

Re: feature request: user session

2007-03-21 Thread Gerry Steele
But if you want reliable persistance you are going to have to store it in the DB at some stage anyway. And why not store it AND put it in the session each time you create a new session? On Wed, 21 Mar 2007 16:51:27 -, Amit Upadhyay <[EMAIL PROTECTED]> wrote: > On 3/21/07, Michael Radz

Re: python-MySQLdb-1.2.1p2 not in debian sarge

2007-03-20 Thread Gerry Steele
I found this to be a good way on sarge: - get the latest stable from: http://sourceforge.net/projects/mysql-python - make sure you have 'sudo apt-get install libmysqlclient12-dev' - setup.py build - setup.py install the egg On Mon, 19 Mar 2007 17:04:23 -, Karen Tracey <[EMAIL PROTECTED]>