- Refactored monetary fields across models to use `DecimalField` for improved precision. - Implemented two-factor authentication (2FA) for admin logins with OTP codes. - Added ability to generate admin OTP via management commands. - Updated Docker Compose override for dev-specific port bindings. - Included template for 2FA OTP verification to enhance security. Additional changes: - Upgraded and downgraded various dependencies (e.g., django-celery-beat and yarl). - Replaced float-based calculations with decimal for consistent rounding behavior. - Improved admin user management commands for activation and OTP generation. |
||
|---|---|---|
| .. | ||
| 0001_initial.py | ||
| 0002_initial.py | ||
| 0003_alter_transaction_balance.py | ||
| 0004_alter_transaction_payment_method.py | ||
| 0005_gateway_transaction_gateway.py | ||
| 0006_transaction_payments_tr_created_95e595_idx.py | ||
| 0007_alter_balance_amount_and_more.py | ||
| __init__.py | ||