Handle user input in your Flask app by creating forms with the Flask-WTForm library.
- Tutorial: https://hackersandslackers.com/flask-wtforms-forms/
- Demo: https://flaskwtf.hackersandslackers.app/ =
Get set up locally:
Get up and running with make deploy
:
$ git clone https://github.com/hackersandslackers/flask-wtform-tutorial.git
$ cd flask-wtform-tutorial
$ make deploy
Replace the values in .env.example with your values and rename this file to .env:
FLASK_APP
: Entry point of your application (should bewsgi.py
).FLASK_ENV
: The environment to run your app in (eitherdevelopment
orproduction
).SECRET_KEY
: Randomly generated string of characters used to encrypt your app's data.
Remember never to commit secrets saved in .env files to Github.
Hackers and Slackers tutorials are free of charge. If you found this tutorial helpful, a small donation would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.