Re: mod_python demo

2007-03-15 Thread Gabriel Genellina
En Wed, 14 Mar 2007 09:02:36 -0300, Jan Danielsson <[EMAIL PROTECTED]> escribió: > Hello all, > >I have written a web-based voting system (add question, add possible > answers to that question, and let users vote) in python. It uses: [...] >Is there any Python/web community site anywhere

mod_python demo

2007-03-14 Thread Jan Danielsson
Hello all, I have written a web-based voting system (add question, add possible answers to that question, and let users vote) in python. It uses: - mod_python - postgreql (through psycopg2) It includes basic session and user management. It's a very simple system, and the session/