quantum-ai-v3/netcop_hub
Claude 753942c8c0 🔧 Fix PostgreSQL connection error - remove invalid MAX_CONNS option
- Remove invalid MAX_CONNS option causing psycopg2.ProgrammingError
- Keep CONN_MAX_AGE for connection pooling (valid Django option)
- Fix Railway PostgreSQL database configuration

Error resolved: invalid connection option "MAX_CONNS"

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-26 13:28:28 +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 PostgreSQL connection error - remove invalid MAX_CONNS option 2025-07-26 13:28:28 +05:30
urls.py Add comprehensive agent creation system with template prototype 2025-07-25 02:34:46 +05:30
wsgi.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30