Fix few issues in the flask tutorial

This commit is contained in:
Roman Mogylatov 2020-07-29 21:52:07 -04:00
parent 3fd96f239e
commit 9f8af6f651

View File

@ -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.