Go to file
Claude a6e9ca54d6 Fix security vulnerabilities and improve environment configuration
- Remove hardcoded SECRET_KEY from settings.py (now requires env var)
- Remove hardcoded database credentials from PostgreSQL config
- Add environment variable validation on Django startup
- Fix Stripe API key logging to prevent credential exposure
- Update .env.example to match Railway deployment structure
- Replace exposed API key in documentation with placeholder
- Maintain compatibility with existing Railway deployment setup

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-13 12:30:23 +05:30
.github/workflows Claude Code Review workflow 2025-07-13 11:58:45 +05:30
agent_base Add 5 Whys Analysis Agent with enhanced UX features 2025-07-12 23:08:45 +05:30
authentication Implement individual agent architecture with simplified template structure 2025-07-10 09:01:11 +05:30
core Clean up testing and debug code for production 2025-07-12 18:02:21 +05:30
data_analyzer Implement PostgreSQL development parity and fix migration conflicts 2025-07-12 09:59:44 +05:30
docs Fix security vulnerabilities and improve environment configuration 2025-07-13 12:30:23 +05:30
five_whys_analyzer Add 5 Whys Analysis Agent with enhanced UX features 2025-07-12 23:08:45 +05:30
job_posting_generator Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
netcop_hub Fix security vulnerabilities and improve environment configuration 2025-07-13 12:30:23 +05:30
social_ads_generator Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
static Fix header mobile UI with dropdown navigation 2025-07-12 19:33:38 +05:30
templates Fix header mobile UI with dropdown navigation 2025-07-12 19:33:38 +05:30
tests Implement individual agent architecture with simplified template structure 2025-07-10 09:01:11 +05:30
wallet Fix security vulnerabilities and improve environment configuration 2025-07-13 12:30:23 +05:30
weather_reporter Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
.env.example Fix security vulnerabilities and improve environment configuration 2025-07-13 12:30:23 +05:30
.gitignore Add 5 Whys Analysis Agent with enhanced UX features 2025-07-12 23:08:45 +05:30
manage.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30
railway.json Implement PostgreSQL development parity and fix migration conflicts 2025-07-12 09:59:44 +05:30
requirements_clean.txt Add Railway deployment config 2025-07-12 03:43:14 +05:30
requirements.txt Fix Railway static files serving with WhiteNoise 2025-07-12 10:38:44 +05:30
run_dev.sh Fix Railway static files serving with WhiteNoise 2025-07-12 10:38:44 +05:30