Implement new step-by-step setup
This commit is contained in:
		
							parent
							
								
									28d319ad26
								
							
						
					
					
						commit
						c8229b9c8a
					
				
					 20 changed files with 1393 additions and 599 deletions
				
			
		|  | @ -18,7 +18,8 @@ config.set_main_option('sqlalchemy.url', unquote(app.config['DB_URI'])) | |||
| 
 | ||||
| # Interpret the config file for Python logging. | ||||
| # This line sets up loggers basically. | ||||
| fileConfig(config.config_file_name) | ||||
| if config.config_file_name: | ||||
|     fileConfig(config.config_file_name) | ||||
| 
 | ||||
| # add your model's MetaData object here | ||||
| # for 'autogenerate' support | ||||
|  |  | |||
		Reference in a new issue