initial commit

This commit is contained in:
2025-01-06 11:49:58 +01:00
commit a5b6b54429
23 changed files with 662 additions and 0 deletions

6
wallet_api/apps.py Normal file
View File

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