Files
customer_zero_test_r24/customer_zero_test_r24/apps.py
Mandel WebGUI Bot 5b83df754d initial commit
2026-06-04 18:16:58 +02:00

13 lines
311 B
Python

from django.apps import AppConfig
class ProjectConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "customer_zero_test_r24"
verbose_name = "customer_zero_test_r24"
def ready(self):
from .admin_fixes import patch_invoice_admin
patch_invoice_admin()