Re: [mezzanine-users] Are fabric deployments popular?

2020-02-18 Thread Danny
Hi, I do make use of a (modified version) of the included fabfile. However, I'm using Python 3.6 on my dev and server machines, and use Fabric3 to do the deployment. It works pretty well. If this could be the supported version for Python3, that would be great. Seeya. Danny. On Wed, 19 Feb 2020

Re: [mezzanine-users] Are fabric deployments popular?

2020-02-18 Thread Mike Dewhirst
Ed I really appreciate your work and love Mezzanine and Fabric. I would like to see the fabfile kept in Mezzanine and enhanced slightly by removing repo specifics to make it repo-agnostic. I use and support a number of Subversion repos. I have done this for more than a decade and although I

Re: [mezzanine-users] Are fabric deployments popular?

2020-02-18 Thread Matt Mansour
I love the fab file that ships with Mezzanine. My first vote would be extraction into a separate package. Second vote: keeping it in Mezzanine. Third, point to the Django deploy docs or ship Mezzanine with a docker file (I wish I had time contribute a docker file). Thanks for all the great work!

[mezzanine-users] Are fabric deployments popular?

2020-02-18 Thread Eduardo Rivas
Hello everyone, I'm Ed, one of the collaborators helping maintain Mezzanine. As we prepare to release the next version of Mezzanine (supporting Python 3 and Django 2.2 only) an issue was recently filed wondering about the future of