mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 20:01:51 +02:00
6 lines
153 B
Python
6 lines
153 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class MailConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "la_chariotte.mail"
|