Re: User Authentication - What's the best way?

2005-09-10 Thread [EMAIL PROTECTED]
I have used code from these (slightly modified for my own needs) in the application I am working on with great success. Wasn't hard to figure out. mark Adrian Holovaty wrote: > On 8/30/05, Jeremy Noetzelman <[EMAIL PROTECTED]> wrote: > > ok ... so ... any documentation planned? Barring that,

Re: error: (10053, 'Software caused connection abort')

2005-09-10 Thread Eugene Lazutkin
Thank you but it doesn't appear to be relevant. I connect to app locally (runserver on 127.0.0.1 --- loopback) using 1 browser. There is exactly 1 connection. I can see all requests made to runserver. Sorry I didn't mention it before. I assumed that runserver implies that it runs locally in co

Re: Django on Solaris?

2005-09-10 Thread tonemcd
I think your main problem is going to be with threading. We have run Zope on Solaris for quite some time, and there was always nagging doubts with python and threading. We are now running all new Zope installations on linux (SUSE) and are having no problems. A google on zope/python/solaris will t

Re: Recursive templates?

2005-09-10 Thread EspenGrindhaug
check out http://code.djangoproject.com/ticket/475

Recursive templates?

2005-09-10 Thread Milton Waddams
Hi All, I'm looking for advice on the best way to do the following. I'm creating a simple message board app and would like to be able to recursively display threads to an unlimited depth. The existing php version recursively selects and displays the child threads until there are no more (not very

Re: error: (10053, 'Software caused connection abort')

2005-09-10 Thread paolo
Eugene Lazutkin wrote: [cut[ > error: (10053, 'Software caused connection abort') "This error can occur when the local network system aborts a connection, such as when Winsock closes an established connection after data retransmission fails (receiver never acknowledges data sent on a datastream s