bookpfe/recherche/apps.py
2020-04-06 11:22:59 +02:00

6 lines
93 B
Python

from django.apps import AppConfig
class RechercheConfig(AppConfig):
name = 'recherche'