ehmatthes / django-simple-deploy

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

Implement an internal plugin model #325

Closed ehmatthes closed 1 month ago

ehmatthes commented 1 month ago

Supporting #313, implement an internal plugin model. Just make simple_deploy.py call out to a deploy() function in each platform's module?

ehmatthes commented 1 month ago

Move all platform-specific code to subdirs

ehmatthes commented 1 month ago

Use pluggy to call the platform deployer

ehmatthes commented 1 month ago

External plugin notes

ehmatthes commented 1 month ago

Closed by #327.