django-simple-deploy / django-simple-deploy

A reusable Django app that configures your project for deployment
BSD 3-Clause "New" or "Revised" License
314 stars 26 forks source link

Simplify overall usage #380

Open ehmatthes opened 2 hours ago

ehmatthes commented 2 hours ago

Now that external plugins are working, some usage patterns have been clarified. There's no need for the --platform arg, as that can be inferred from the plugin that's installed. If there's any ambiguity, an optional --plugin arg is better than --platform from this point forward. The --plugin arg is also useful for testing. This picks up from #372, and #379 as well.

Tasks

ehmatthes commented 2 hours ago

Tasks, from #372

ehmatthes commented 2 hours ago

Working notes

ehmatthes commented 7 minutes ago

Add platform_name attribute to dsd-flyio