Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

fabfile needs upgrade #313

Closed shivan1b closed 4 years ago

shivan1b commented 6 years ago

Since version 2.0, Fabric has stopped providing fabric.api module and has changed its API organization.

Changelog: http://docs.fabfile.org/en/latest/upgrading.html#api-organization

fabfile.py should be restructured to use the new http://docs.fabfile.org/en/latest/api/connection.html#fabric.connection.Connection module.

theskumar commented 6 years ago

Planning to send a PR? @shivan1b

shivan1b commented 6 years ago

Would be happy to if you think this will be good to change @theskumar.

realslimshanky commented 6 years ago

@shivan1b are you planning on resolving this issue? I would like to help out otherwise (I'll be needing assistance in this case).

tucosaurus commented 5 years ago

@shivan1b @realslimshanky did anyone of you work on this or were planning to ? I would like to take this up otherwise.

shivan1b commented 5 years ago

@tucosaurus I did work on this but it was incomplete and I'm not sure if I have those changes with me anymore. Please go ahead and take it.

theskumar commented 4 years ago

fabfile is now replaced with Makefile.