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