Initial commit from monorepo

This commit is contained in:
Ruslan Bakiev
2026-01-07 09:16:05 +07:00
commit 685fbbe14a
28 changed files with 2291 additions and 0 deletions

5
kyc_app/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class KycAppConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'kyc_app'