how to make the username and email is Unique .. using WTFroms
wtforms is a forms validation and rendering library for python web development
but i can't find how to ha开发者_运维问答ndle the username and email Unique ,
thanks
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.
精彩评论