mirror of
https://github.com/thecyberlearn/quantum-ai.git
synced 2026-08-18 07:52:59 +00:00
- 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>
8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
Django==4.2.7
|
|
djangorestframework==3.14.0
|
|
stripe==7.8.0
|
|
python-decouple==3.8
|
|
requests==2.31.0
|
|
Pillow==10.1.0
|
|
psycopg2-binary==2.9.9
|
|
gunicorn==21.2.0 |