wtforms is a forms validation and rendering library for python web development

but i can't find how to handle the username and email Unique ,

thanks

link|improve this question

77% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Read the whole page in your link and you'll find the header "Custom Validators" which shows a quick ... custom validator.

The documentation has more on the topic.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.