mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-28 23:43:22 +00:00
4 lines
107 B
Python
4 lines
107 B
Python
from django.apps import AppConfig
|
|
|
|
class GestionMessagerieConfig(AppConfig):
|
|
name = 'GestionMessagerie' |