Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

📝😎 Tutorial to implement forms in your Flask app.

License

NotificationsYou must be signed in to change notification settings

hackersandslackers/flask-wtform-tutorial

Repository files navigation

PythonFlaskFlask-WTFGitHub Last CommitGitHub IssuesGitHub StarsGitHub Forks

Flask-WTF Tutorial

Handle user input in your Flask app by creating forms with the Flask-WTForm library.

Getting Started

Get set up locally:

Installation

Get up and running withmake deploy:

git clone https://github.com/hackersandslackers/flask-wtform-tutorial.gitcd flask-wtform-tutorialmake deploy

Environment Variables

Replace 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 (eitherTrue orFalse).

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.

Releases

No releases published

Sponsor this project

    Packages

    No packages published

    Contributors5


    [8]ページ先頭

    ©2009-2025 Movatter.jp