mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 05:42:12 +01:00 
			
		
		
		
	Fix DNS authorization
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
		@@ -7,7 +7,9 @@ import os
 | 
				
			|||||||
DEBUG = False
 | 
					DEBUG = False
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Mandatory !
 | 
					# Mandatory !
 | 
				
			||||||
ALLOWED_HOSTS = ['inscription.tfjm.org', 'inscriptions.tfjm.org', 'plateforme.tfjm.org']
 | 
					# TODO ETEAM Meilleur support, et meilleurs DNS surtout
 | 
				
			||||||
 | 
					ALLOWED_HOSTS = ['inscription.tfjm.org', 'inscriptions.tfjm.org', 'plateforme.tfjm.org',
 | 
				
			||||||
 | 
					                 'register.eteam.tfjm.org', 'registration.eteam.tfjm.org', 'platform.eteam.tfjm.org']
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Emails
 | 
					# Emails
 | 
				
			||||||
EMAIL_BACKEND = 'mailer.backend.DbBackend'
 | 
					EMAIL_BACKEND = 'mailer.backend.DbBackend'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user