Welcome on LXC106
Welcome on the first page
The objective is to describe how to push a Django project to my local Proxmox server.
Note: All the steps are described on the second page
Project Notes & Configuration Details
Server Configuration
- Gunicorn: Uses port 8000 instead of Unix socket
- Nginx: Proxy to 127.0.0.1:8000
- Certificate: Nothing .. No domain name
- Auto-restart: Gunicorn service restarts automatically
Important Notes
- Development Mode: Currently in development environment
- Production Ready: Needs settings_production.py configuration
- Database: SQLite → PostgreSQL migration required
- Security: SSL certificate setup needed for production
Django Project
Learn how to prepare your Django project for deployment.
Proxmox Server
Deploy your application to your local Proxmox server.
Easy Deployment
Follow simple steps to get your app running in production.