Key Steps of Django App Deployment
There are eight key steps to deploy a Django app from scratch. If you are handling app deployment for the first time, it may take time to go through all the processes, but once you have familiarized yourself with them, you can manage the deployment a lot faster. As there are many potential pitfalls in the deployment process, we try to explain it in as much detail as possible in this chapter. Here is an overview of the eight key steps in the Django app development. You don't need to understand everything now. We'll go through them one by one in this chapter.
- Hosting Service Initial Settings
- Production Database Setup – PostgreSQL setup
- Django App Production Configuration – Edit settings.py
- Django and Dependency Installation
- Application and Web Server Setup
- Domain Setup
- SSL Setup and Port Setting – Certbot setup
- Social Login and Email Settings
1. Hosting Service Initial Settings
Once you decide on a hosting service (e.g., AWS Lightsail)
Subscribe now for
uninterrupted access.