Adds THEME_CONTACT_EMAIL processor
This commit is contained in:
		
							parent
							
								
									d039ddace5
								
							
						
					
					
						commit
						db7110f07b
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -31,6 +31,9 @@ if from_email is not None:
 | 
				
			||||||
    DEFAULT_FROM_EMAIL = from_email
 | 
					    DEFAULT_FROM_EMAIL = from_email
 | 
				
			||||||
    SERVER_EMAIL = DEFAULT_FROM_EMAIL
 | 
					    SERVER_EMAIL = DEFAULT_FROM_EMAIL
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
					THEME_CONTACT_EMAIL = os.environ.get("THEME_CONTACT_EMAIL", None)
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Local time zone for this installation. Choices can be found here:
 | 
					# Local time zone for this installation. Choices can be found here:
 | 
				
			||||||
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
 | 
					# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
 | 
				
			||||||
# although not all choices may be available on all operating systems.
 | 
					# although not all choices may be available on all operating systems.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue