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
Post a Comment