quantum-ai-v2/wallet
Claude 443bba21f1 🔧 Fix wallet 500 error and error page alignment
- Add missing stripe_payment_intent_id field to WalletTransaction model
- Create and apply database migration for wallet schema fix
- Fix vertical alignment of help widgets on all error pages (400, 403, 404, 500)
- Add margin-left: auto to align help widgets with wallet card above
- Include data_analyzer migration for file field optimization

🚀 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-27 09:29:29 +05:30
..
migrations 🔧 Fix wallet 500 error and error page alignment 2025-07-27 09:29:29 +05:30
__init__.py first working 2025-07-09 02:15:35 +05:30
admin.py first working 2025-07-09 02:15:35 +05:30
apps.py first working 2025-07-09 02:15:35 +05:30
models.py Fix NOT NULL constraint error for stripe_payment_intent_id 2025-07-16 23:01:31 +05:30
stripe_handler.py 🔒 Implement comprehensive wallet security improvements 2025-07-26 02:15:22 +05:30
tests.py first working 2025-07-09 02:15:35 +05:30
urls.py Refactor: Complete architecture reorganization with proper separation of concerns 2025-07-21 20:03:53 +05:30
views.py 🔒 Implement comprehensive wallet security improvements 2025-07-26 02:15:22 +05:30