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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -