mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-01 03:48:04 +00:00
Sli
181e74b1d1
* 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"
|