ComptaInde/billing/apps.py

7 lines
122 B
Python

from django.apps import AppConfig
class BillingConfig(AppConfig):
name = 'billing'
verbose_name = 'Facturation'