Configure Django for production
Closed this issue · 1 comments
bhrutledge commented
Review checklists in docs, Two Scoops, etc.
- Gunicorn
- Static files
- pip upgrade
- Database
- Error emails
- Supervisor/Superlance
- Log files
- Requirements
- WebFaction memory usage
- uWSGI?
- Cache?
- Ansible?
References
- Django — WebFaction Software Documentation
- Using WhiteNoise with Django
- Deploying Gunicorn
- Django Deployment checklist
- Green Unicorn - Full Stack Python
- How do I install and use supervisord to control long-running processes?
- uWSGI Basic Django Setup
- https://github.com/jcalazan/ansible-django-stack
- The Full Stack Python Guide to Deployments Book
bhrutledge commented
Good enough for now; see other issues.