Skip to content

atifh/wtforms-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My brief interaction with WTForms(forms validation and rendering library for python web development) using Tornada web server.


NOTE: These are the fields which we can use for validation or else write more if needed.
['BooleanField', 'DecimalField', 'DateTimeField', 'FieldList', 'FileField',
'FormField', 'HiddenField', 'IntegerField', 'PasswordField', 'RadioField',
'SelectField', 'SelectMultipleField', 'SubmitField', 'TextField', 'TextAreaField']







About

My brief interaction with WTForms using Tornado web server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages