ComptaInde/compta/apps.py

7 lines
131 B
Python
Raw Normal View History

2020-02-18 08:14:07 +01:00
from django.apps import AppConfig
class ComptaConfig(AppConfig):
name = 'compta'
verbose_name = 'Comptabilité annuelle'