3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-05-18 07:21:47 +00:00
coope/gestion/apps.py

6 lines
89 B
Python

from django.apps import AppConfig
class GestionConfig(AppConfig):
name = 'gestion'