django-simple-deploy / django-simple-deploy/django-simple-deploy
Update documentation to emphasize plugins over [platform] convention
- Dominant language
- Python
- Stars
- 430
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
There are two ways to install django-simple-deploy for deployment to Fly.io:
```sh
$ pip install django-simple-deploy[fly_io]
$ pip install django-simple-deploy dsd-flyio
```
Currently, Quick Starts and other documentation emphasizes the first. The second is better because it's less susceptible to quoting issues, but more importantly because it's the same usage as with all other plugins. I really want to emphasize the plugin ecosystem, and showing that from the very beginning seems like the right approach.
- [ ] Update usage in these pages:
- [ ] index
- [ ] fly qs
- [ ] upsun qs
- [ ] heroku qs
- [ ] README
- [ ] Review rest of documentation for this format.
- [ ] Merge (no release necessary for docs)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.