This commit is contained in:
2025-07-15 20:57:15 +03:00
parent f6c78a20a3
commit 0ffd79cee9
51 changed files with 1227 additions and 653 deletions
+6
View File
@@ -0,0 +1,6 @@
from django.apps import AppConfig
class DamagesApiConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "damages_api"