Working on a log in script to my webpage
Kent Johnson
kent37 at tds.net
Wed Mar 9 08:41:14 EST 2005
More information about the Python-list mailing list
Wed Mar 9 08:41:14 EST 2005
- Previous message (by thread): Working on a log in script to my webpage
- Next message (by thread): Working on a log in script to my webpage
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Pete..... wrote: > Hi all I am working on a log in script for my webpage. > > I have the username and the password stored in a PostgreSQL database. You might want to look at Snakelets and CherryPy. Snakelets is "a very simple-to-use Python web application server." One of the features is "Easy user authentication and user login handling." http://snakelets.sourceforge.net/ CherryPy is "a pythonic, object-oriented web development framework" that seems to be popular. A recipe for password-protected pages in CherryPy is here: http://www.cherrypy.org/wiki/PasswordProtectedPages Kent
- Previous message (by thread): Working on a log in script to my webpage
- Next message (by thread): Working on a log in script to my webpage
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list