mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-10-31 22:24:30 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			218 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			218 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # Copyright (C) 2020 by Animath
 | |
| # SPDX-License-Identifier: GPL-3.0-or-later
 | |
| 
 | |
| # Database
 | |
| # https://docs.djangoproject.com/en/3.0/ref/settings/#databases
 | |
| 
 | |
| EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
 |