mirror of
				https://github.com/ae-utbm/sith.git
				synced 2025-11-04 02:53:06 +00:00 
			
		
		
		
	* update_spam_database command to update suspicious domains from an external provider * Add a AntiSpamEmailField that deny emails from suspicious domains * Update documentation
		
			
				
	
	
		
			8 lines
		
	
	
		
			178 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			178 B
		
	
	
	
		
			Python
		
	
	
	
	
	
from django.apps import AppConfig
 | 
						|
 | 
						|
 | 
						|
class AntispamConfig(AppConfig):
 | 
						|
    default_auto_field = "django.db.models.BigAutoField"
 | 
						|
    verbose_name = "antispam"
 | 
						|
    name = "antispam"
 |