ComptaClub/src/billing/apps.py

9 lines
138 B
Python

# coding=utf-8
from django.apps import AppConfig
class BillingConfig(AppConfig):
name = "billing"
verbose_name = "Facturation"