ComptaClub/billing/apps.py

8 lines
179 B
Python
Raw Normal View History

2020-02-17 21:38:47 +01:00
from django.apps import AppConfig
class BillingConfig(AppConfig):
2022-01-07 12:29:22 +01:00
default_auto_field = 'django.db.models.BigAutoField'
2020-02-17 21:38:47 +01:00
name = "billing"
verbose_name = "Facturation"