Commit Graph

6 Commits

Author SHA1 Message Date
thecyberlearn
469682ba55 Add missing AI dependencies to requirements.txt
- Add groq==0.8.0 for brand presence analyzer
- Add openai==1.3.8 for brand presence analyzer pro
- These resolve ModuleNotFoundError preventing Django startup

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-05 08:46:28 +05:30
thecyberlearn
e7fef02176 Fix Dokploy Docker caching issue - force no-cache build
- Add "buildOptions": ["--no-cache"] to dokploy.json
- Remove temporary comment from requirements.txt
- Forces Dokploy to rebuild all layers and install django-ratelimit properly
- No changes to application code - works as-is on CapRover

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-05 03:16:25 +05:30
thecyberlearn
4dd0bbe128 Force Docker rebuild - add comment to break cache
- Docker was caching old requirements.txt without django-ratelimit
- Add comment to force rebuild of pip install layer
- This will ensure django-ratelimit==3.0.1 is properly installed

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-05 03:01:45 +05:30
thecyberlearn
ed32028739 Add missing django-ratelimit dependency
- Fix ModuleNotFoundError: No module named 'django_ratelimit'
- Add django-ratelimit==3.0.1 to requirements.txt
- Required for authentication views rate limiting

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-05 02:53:56 +05:30
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
thecyberlearn
b0e8c917ef Initial clean CapRover deployment - no secrets
Complete Django AI agent marketplace with security optimizations
and clean deployment documentation without any API keys or secrets.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-04 10:50:55 +05:30