Skip to content

Update documentation to emphasize plugins over [platform] convention #450

@ehmatthes

Description

@ehmatthes

There are two ways to install django-simple-deploy for deployment to Fly.io:

$ 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions