mirror of
https://github.com/thecyberlearn/quantum-ai-v3.git
synced 2026-08-18 13:52:57 +00:00
- Delete all existing admin users (admin@netcop.ai, admin@quantumtaskai.com) - Create completely fresh admin user with proper Django methods - Test authentication to verify working credentials - Add detailed logging for troubleshooting This ensures clean admin state without any database artifacts. Admin Credentials: - Email: admin@quantumtaskai.com - Username: admin - Password: QuantumAI2024! 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
446 B
JSON
11 lines
446 B
JSON
{
|
|
"$schema": "https://railway.app/railway.schema.json",
|
|
"build": {
|
|
"builder": "NIXPACKS"
|
|
},
|
|
"deploy": {
|
|
"startCommand": "python manage.py migrate --run-syncdb; python manage.py populate_agents; python manage.py reset_admin; python manage.py collectstatic --noinput && gunicorn netcop_hub.wsgi:application --bind 0.0.0.0:$PORT --workers 1 --timeout 60",
|
|
"restartPolicyType": "ON_FAILURE",
|
|
"restartPolicyMaxRetries": 3
|
|
}
|
|
} |