Go to file
Claude 3c8a0e5ba1 Fix CSRF_TRUSTED_ORIGINS empty string error
Filter out empty strings from CSRF_TRUSTED_ORIGINS to prevent Django 4.0+ error

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-12 04:17:28 +05:30
agent_base Implement wallet deduction after success & fix display issues 2025-07-10 16:34:03 +05:30
authentication Implement individual agent architecture with simplified template structure 2025-07-10 09:01:11 +05:30
core Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
data_analyzer Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
docs Implement wallet deduction after success & fix display issues 2025-07-10 16:34:03 +05:30
job_posting_generator Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
netcop_hub Fix CSRF_TRUSTED_ORIGINS empty string error 2025-07-12 04:17:28 +05:30
social_ads_generator Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
static Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
templates Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
tests Implement individual agent architecture with simplified template structure 2025-07-10 09:01:11 +05:30
wallet first working 2025-07-09 02:15:35 +05:30
weather_reporter Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
.env.example Add Railway deployment config 2025-07-12 03:43:14 +05:30
.gitignore Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
manage.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30
railway.json Add Railway deployment config 2025-07-12 03:43:14 +05:30
requirements_clean.txt Add Railway deployment config 2025-07-12 03:43:14 +05:30
requirements.txt Fix stripe version to stable 12.3.0 2025-07-12 04:14:56 +05:30