django-simple-deploy / django-simple-deploy

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

Parking lot #337

Closed ehmatthes closed 1 day ago

ehmatthes commented 1 month ago

This is a holding place for issues that arise in working toward 1.0, but aren't worth a separate issue that will likely become stale for a while. If you want to work on one of these tasks, feel free to open a new issue dedicated to that task. I want to avoid having a large number of small issues open, making the project look less maintained than it is.

ehmatthes commented 1 month ago
ehmatthes commented 1 month ago

Tasks related to supporting plugins

ehmatthes commented 3 weeks ago

Simplifying plugin_utils

I don't really like how many of the plugin_utils functions require the sd_command argument. It's boilerplate, and not entirely clear. I'm accepting it for now because I like plugin utility functions much better than a set of methods on Command that the plugin needs to call. I think it's better for plugin authors to read through a single module of functions they can use, than to have to look into the simple_deploy.py listing with all its internals.

ehmatthes commented 1 week ago
ehmatthes commented 1 week ago
ehmatthes commented 1 day ago

Supporting non-default plugins