quantumtaskai-caprover/core
thecyberlearn 97acea62f5 Major simplification: Remove over-engineered features for basic CapRover deployment
BREAKING CHANGES:
- Remove complex security middleware, validators, and cache utils
- Replace 430-line CLAUDE.md with 156-line simplified version
- Remove 5 complex CapRover optimization docs (1,000+ lines)
- Add simplified alternatives:
  * simple_settings.py - Basic Django config
  * simple_services.py - No-cache agent management
  * requirements-simple.txt - 10 vs 24 dependencies
  * Dockerfile.simple - Streamlined container
  * README-SIMPLE.md - Focused deployment guide

RATIONALE:
- Original was enterprise-grade (Redis, CSP, security monitoring)
- New version focuses on core CapRover deployment needs
- 75% reduction in documentation complexity
- Removed: Redis, rate limiting, security scanning, rollback systems
- Kept: Basic Django, agents, auth, payments, static files

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-04 11:00:56 +05:30
..
management Initial clean CapRover deployment - no secrets 2025-09-04 10:50:55 +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
error_views.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
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 Initial clean CapRover deployment - no secrets 2025-09-04 10:50:55 +05:30