Go to file
Claude 362e877ee1 Fix Railway database persistence and admin user issues
**Database Management Improvements:**
- Fix populate_agents to not overwrite existing admin users
- Add --create-admin flag for explicit admin creation
- Check if admin email exists before creating new admin
- Better logging of superuser status

**New Management Commands:**
- backup_users: Backup/restore user data and wallet transactions
- create_user: Create users with initial wallet balance
- Both commands help recover from data loss issues

**Railway Configuration:**
- Add database info display on deployment
- Better handling of existing user data
- Prevents admin password resets on every deploy

**Fixes:**
- Admin password no longer resets to 'admin123' on every deployment
- User data should persist between Railway deployments
- Better debugging tools for database issues

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-12 09:12:16 +05:30
agent_base Fix Railway database persistence and admin user issues 2025-07-12 09:12:16 +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 JavaScript CSRF token error in data analyzer 2025-07-12 08:53:58 +05:30
docs Update documentation with CSRF token requirements 2025-07-12 08:57:47 +05:30
job_posting_generator Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
netcop_hub Fix Railway login issue - add CSRF trusted origins 2025-07-12 09:01:21 +05:30
social_ads_generator Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
static Fix homepage UI and button hover effects across all pages 2025-07-12 05:01:34 +05:30
templates Fix homepage UI and button hover effects across all pages 2025-07-12 05:01:34 +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 Fix Railway database persistence and admin user issues 2025-07-12 09:12:16 +05:30
requirements_clean.txt Add Railway deployment config 2025-07-12 03:43:14 +05:30
requirements.txt Fix Railway database configuration 2025-07-12 05:05:16 +05:30