Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork43
📝😎 Tutorial to implement forms in your Flask app.
License
hackersandslackers/flask-wtform-tutorial
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 withmake deploy:
git clone https://github.com/hackersandslackers/flask-wtform-tutorial.gitcd flask-wtform-tutorialmake deployReplace the values in.env.example with your values and rename this file to.env:
SECRET_KEY: Randomly generated string of characters used to encrypt your app's data.FLASK_DEBUG: Whether to run Flask in "debug" mode (eitherTrueorFalse).
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, asmall donation would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.
About
📝😎 Tutorial to implement forms in your Flask app.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.
