Skip to content Skip to sidebar Skip to footer
Showing posts with the label Web2py

Web2py Custom 404 Page When I Raise The 404 Myself?

I have a function in my controller that take an HTTP GET request. On certain argument values of tha… Read more Web2py Custom 404 Page When I Raise The 404 Myself?

Detecting Newline Character On User's Input (web2py)

I have the following table: db.define_table('comm', Field('post',&#… Read more Detecting Newline Character On User's Input (web2py)