mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-28 15:33:22 +00:00
6 lines
155 B
Python
6 lines
155 B
Python
from django.apps import AppConfig
|
|
|
|
class GestionEmailConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'GestionEmail'
|