quantum-ai-v2/netcop_hub
Claude d2358fb0bb 🔒 Fix CSRF verification failed error for Railway domain
- Add quantum-ai.up.railway.app to CSRF_TRUSTED_ORIGINS
- Include development origins (localhost, 127.0.0.1)
- Improve Railway domain detection with fallback
- Prevent duplicate domain entries

Fixes 403 CSRF verification failed errors on login and admin forms.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-26 23:24:38 +05:30
..
__init__.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30
asgi.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30
production_settings.py Add Railway deployment config 2025-07-12 03:43:14 +05:30
settings.py 🔒 Fix CSRF verification failed error for Railway domain 2025-07-26 23:24:38 +05:30
urls.py 🎨 Create themed error pages matching agent UI design 2025-07-26 23:12:56 +05:30
wsgi.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30