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