Fix settings import
This commit is contained in:
		
							parent
							
								
									8262864be9
								
							
						
					
					
						commit
						568f4e9fd8
					
				
					 2 changed files with 9 additions and 2 deletions
				
			
		|  | @ -1,2 +1,5 @@ | ||||||
| from .settings import * | from .settings_common import * | ||||||
|  | 
 | ||||||
|  | # Specific settings for remote production | ||||||
|  | # ... | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,2 +1,6 @@ | ||||||
| from .settings import * | from .settings_common import * | ||||||
|  | 
 | ||||||
|  | # Specific settings for remote test site | ||||||
|  | # ... | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Tomas Gavenciak
						Tomas Gavenciak