... | ... | @@ -167,7 +167,7 @@ first you will need to install flask-wtf: |
|
|
|
|
|
pip install --user Flask-WTF
|
|
|
|
|
|
* task: review the quickstart docs for flask-wtf and see of you can figure out how to create and validate a form this way.
|
|
|
* task: review the quickstart docs for flask-wtf and see of you can figure out how to create and validate your mock login form this way
|
|
|
* https://flask-wtf.readthedocs.io/en/stable/quickstart.html
|
|
|
* the thing to remember is that flask-wtf helps you to generate the form _and_ to validate it.
|
|
|
* you can find a nice simple example / explanation at http://exploreflask.com/en/latest/forms.html
|
... | ... | |