quantumtaskai-caprover/wallet
thecyberlearn 9261d73d4f Complete project standardization and cleanup
MAJOR CLEANUP:
- Remove ALL backup files and duplicate variants (*-simple, *.backup)
- Standardize requirements.txt to 11 essential dependencies (vs 24)
- Clean settings.py: remove middleware/cache/Redis dependencies
- Simplify Dockerfile.captain: essential features only
- Replace 2 deployment guides with 1 clean DEPLOYMENT_GUIDE.md
- Fix broken imports in authentication, agents, wallet modules

RESULT:
- One clean standard version of everything
- No more confusion between simple/complex variants
- Essential dependencies only
- Standard Django configuration
- Ready for straightforward CapRover deployment
- All imports working correctly

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-04 13:54:30 +05:30
..
migrations Initial clean CapRover deployment - no secrets 2025-09-04 10:50:55 +05:30
__init__.py Initial clean CapRover deployment - no secrets 2025-09-04 10:50:55 +05:30
admin.py Initial clean CapRover deployment - no secrets 2025-09-04 10:50:55 +05:30
apps.py Initial clean CapRover deployment - no secrets 2025-09-04 10:50:55 +05:30
models.py Initial clean CapRover deployment - no secrets 2025-09-04 10:50:55 +05:30
stripe_handler.py Initial clean CapRover deployment - no secrets 2025-09-04 10:50:55 +05:30
tests.py Initial clean CapRover deployment - no secrets 2025-09-04 10:50:55 +05:30
urls.py Initial clean CapRover deployment - no secrets 2025-09-04 10:50:55 +05:30
views.py Complete project standardization and cleanup 2025-09-04 13:54:30 +05:30