| from django.apps import AppConfig | |
| class AuditConfig(AppConfig): | |
| """Configuration for the audit/compliance app.""" | |
| default_auto_field = "django.db.models.BigAutoField" | |
| name = "apps.audit" | |
| label = "audit" | |
| verbose_name = "Audit & Compliance" | |
| from django.apps import AppConfig | |
| class AuditConfig(AppConfig): | |
| """Configuration for the audit/compliance app.""" | |
| default_auto_field = "django.db.models.BigAutoField" | |
| name = "apps.audit" | |
| label = "audit" | |
| verbose_name = "Audit & Compliance" | |