Deployment#
This section outlines everything you need to know to deploy your Pegasus app to a production cloud server.
- Deployment Overview
- Officially supported PaaS platforms
- Deployment to any VPS
- Other options
- Heroku
- Fly.io
- Render
- Digital Ocean
- Google Cloud
- Kamal (Deploy to any VPS)
- Production checklist
- Run the Django deployment checklist
- Set your
ALLOWED_HOSTS
- Update your Django Site
- Set up email
- Make sure your secrets are set
- Sync Stripe data
- Set up media files
- Check your static file setup
- Optimize your front end
- Update other configuration options
- Set up monitoring
- Double-check your language settings
- Consider switching to
psycopg2
source distribution
- Troubleshooting