1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-02-25 08:57:12 +00:00

8 lines
178 B
Python
Raw Normal View History

from django.apps import AppConfig
class AntispamConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
verbose_name = "antispam"
name = "antispam"