hostinger-django-demo/deploy
thecyberlearn f721b0a87e Add comprehensive production deployment system
- Complete deployment documentation (PRODUCTION_DEPLOYMENT.md)
- Automated deployment script (production-deploy.sh)
- Systemd service templates (socket + service)
- Production settings template with security best practices
- Nginx configuration template with performance optimizations
- Comprehensive troubleshooting guide
- Quick start guide for fast deployment

Fixes all issues encountered in initial deployment:
- Uses non-root django user for security
- Proper /var/www directory structure
- Unix socket instead of TCP for better performance
- Socket activation with systemd
- Correct virtual environment handling
- Production security headers and settings

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-29 23:03:30 +05:30
..
templates Add comprehensive production deployment system 2025-08-29 23:03:30 +05:30
deploy.sh Initial commit: Django demo project for VPS deployment 2025-08-29 21:50:08 +05:30
gunicorn.conf.py Initial commit: Django demo project for VPS deployment 2025-08-29 21:50:08 +05:30
nginx.conf Initial commit: Django demo project for VPS deployment 2025-08-29 21:50:08 +05:30
production-deploy.sh Add comprehensive production deployment system 2025-08-29 23:03:30 +05:30
systemd.service Initial commit: Django demo project for VPS deployment 2025-08-29 21:50:08 +05:30
update.sh Initial commit: Django demo project for VPS deployment 2025-08-29 21:50:08 +05:30