This commit is contained in:
2025-11-13 02:32:56 +01:00
parent c39467dc7d
commit 5c3a02d282
10 changed files with 113 additions and 32 deletions

6
backend/thirdparty/zasilkovna/apps.py vendored Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class ZasilkovnaConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'zasilkovna'