first run at it #1

Closed
opened 2 years ago by decentral1se · 7 comments
- https://flask.palletsprojects.com/en/2.0.x/quickstart/#a-minimal-application - https://flask-wtf.readthedocs.io/en/1.0.x/form/#file-uploads - https://flask-wtf.readthedocs.io/en/1.0.x/quickstart/
Poster

FLASK_APP=app flask run

`FLASK_APP=app flask run`
Poster

pip install Flask-WTF

`pip install Flask-WTF`
Poster
https://flask.palletsprojects.com/en/2.0.x/quickstart/#rendering-templates
Poster
https://flask-wtf.readthedocs.io/en/1.0.x/quickstart/#creating-forms
Poster

export WTF_CSRF_SECRET_KEY='a random string'

`export WTF_CSRF_SECRET_KEY='a random string'`
Poster

form = FlaskForm(meta={'csrf': False})

`form = FlaskForm(meta={'csrf': False})`
Poster
> https://index.simonbrowne.biz
decentral1se closed this issue 2 years ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.