Using Beaker in a Python BaseHTTPServer -


i trying add user account part simple python basehttpserver. have implemented without problems , post parts using class authhandler(basehttprequesthandler)

i know frameworks out of box, it's tiny application , don't want add complexity.

i have found following snippet : web.py authentication beaker example , have absolutely no idea how implement in basehttpserver , googling gives no result.

does have example or idea how such thing ?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -