ComptaInde/billing/apps.py

7 lines
122 B
Python
Raw Normal View History

2020-02-18 08:14:07 +01:00
from django.apps import AppConfig
class BillingConfig(AppConfig):
name = 'billing'
verbose_name = 'Facturation'