Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ allow the maintainers to devote more time to the projects, [please
donate today][].

[please donate today]: https://palletsprojects.com/donate
Hello World 2
1 change: 1 addition & 0 deletions examples/celery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ $ flask -A task_app run --debug
Go to http://localhost:5000/ and use the forms to submit tasks. You can see the polling
requests in the browser dev tools and the Flask logs. You can see the tasks submitting
and completing in the Celery logs.
Hello World 2
1 change: 1 addition & 0 deletions requirements-skip/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Dependabot will only update files in the `requirements` directory. This directory is
separate because the pins in here should not be updated automatically.
Hello World 2
1 change: 1 addition & 0 deletions src/flask/sansio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ This folder contains code that can be used by alternative Flask
implementations, for example Quart. The code therefore cannot do any
IO, nor be part of a likely IO path. Finally this code cannot use the
Flask globals.
Hello World 2
Loading