first push

This commit is contained in:
2026-01-18 12:05:56 +03:30
commit cdbb2e11ed
109 changed files with 3083 additions and 0 deletions

6
Wallet/apps.py Normal file
View File

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