pixelpassion / django-saas-boilerplate

A Django + django-rest-framework + Heroku + SaaS application boilerplate
MIT License
51 stars 10 forks source link

Change config: remove invoke (dicsussion) #16

Closed AntonDnepr closed 4 years ago

AntonDnepr commented 4 years ago

I've asked to remove invoke in the coders-pm: https://github.com/pixelpassion/coders-pm/issues/87

I actually don't see any reason to keep it for the sake of running one command in the circleci. Generally speaking we already have a tool to create shorthand for commands - pipenv scripting. So I'd like to propose to remove invoke from the boilerplate at all. I'd vouch for having only one way to solve the problem rather then have several ways to do the same thing in the boilerplate. It will make maintenance and review easier.