Skip to content
Prev Previous commit
Next Next commit
Fix few issues in the flask tutorial
  • Loading branch information
rmk135 committed Jul 30, 2020
commit 9f8af6f6511e415edcfe7b231b36d604af93cbf9
4 changes: 2 additions & 2 deletions docs/tutorials/flask.rst
Original file line number Diff line number Diff line change
Expand Up @@ -827,8 +827,8 @@ Make some refactoring

Our ``index`` view has two hardcoded config values:

- Default search term
- Limit of the results
- Default search query
- Default results limit

Let's make some refactoring. We will move these values to the config.

Expand Down