quantum-ai-v3/apps/wallet
Claude 3fc5f01309 Initial Django project setup with working homepage
- Complete Django project structure with apps/ organization
- Working homepage with exact Next.js recreation (1039 lines)
- User authentication system with wallet balance
- Agent system with processors and models
- Stripe payment integration setup
- All Django migrations and URL routing
- Comprehensive .gitignore file
- Homepage loads successfully (HTTP 200)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-08 16:30:56 +05:30
..
migrations Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30
__init__.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30
admin.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30
apps.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30
models.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30
stripe_handler.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30
tests.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30
urls.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30
views.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30