Welcome To Snipplr


Everyone's Recent Python Snippets Tagged validation



« Prev 1 Next »
These are code snippets from different files for a Pylons project that show a working (provided the environment) htmlfill example.
1 851 posted 15 years ago by wackysalut
model/form.py is a good place to put schemata in a pylons app: easy to build with inheritance and accessible to controllers via model.form.EmailForm, etc. See the link for further info on the _extra_fields options -- this one is intended for just two...
1 952 posted 16 years ago by ches
« Prev 1 Next »