quantum-ai-v2/netcop_hub
Claude 1b0ec5f856 🔧 Fix admin 'page not found' issue
- Fix LOGIN_REDIRECT_URL to redirect to /admin/ instead of homepage
- Create admin.py for agent_base to register BaseAgent model
- This ensures users stay in admin interface after login
- Admin will now show all agents and user management

Fixes the issue where admin login worked but redirected to homepage.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-26 23:01:33 +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 admin 'page not found' issue 2025-07-26 23:01:33 +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