annuaire-eleves/fiches/apps.py
2020-02-19 20:08:38 +00:00

5 lines
87 B
Python

from django.apps import AppConfig
class FichesConfig(AppConfig):
name = "fiches"