mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 01:47:36 +03:00 
			
		
		
		
	Fix few issues in the flask tutorial
This commit is contained in:
		
							parent
							
								
									3fd96f239e
								
							
						
					
					
						commit
						9f8af6f651
					
				| 
						 | 
					@ -827,8 +827,8 @@ Make some refactoring
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Our ``index`` view has two hardcoded config values:
 | 
					Our ``index`` view has two hardcoded config values:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Default search term
 | 
					- Default search query
 | 
				
			||||||
- Limit of the results
 | 
					- Default results limit
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Let's make some refactoring. We will move these values to the config.
 | 
					Let's make some refactoring. We will move these values to the config.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user