django-simple-deploy / django-simple-deploy/dsd-flyio
Distinguishing between minimal and robust deployments
- Dominant language
- Python
- Stars
- 5
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
This project was initially set up to prioritize the smallest, cheapest configuration that would give you a working app. The motivation was setting up a low-spec deployment for people making their first deployment, or experienced people trying out a new platform.
That's not the main use case anymore. It's still important, but we also want to serve people well who are looking to make a robust initial deployment. That means enough memory to serve a moderate level of traffic well, a managed postgres instance, and maybe a few more resources.
Tasks
---
- [ ] Write specs for robust deployment.
- [ ] Figure out CLI options to enable this.
- [ ] Implement
- [ ] Document
- [ ] Merge
- [ ] Announce
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.