cirlabs / django-project-template

A collection of development tasks and optimizations aimed at anyone doing news application development on tight deadlines in Django.
17 stars 10 forks source link

README.md: Add instructions in lieu of Fabric for Python 3 #47

Closed aboutaaron closed 9 years ago

aboutaaron commented 9 years ago

Via #41

aboutaaron commented 9 years ago

Frankly, this probably can't support Python 3 as Fabric is required for major tasks. I think I either I need a to use a Fabric fork or Invoke. Unfortunately with Invoke, while it runs tasks, it doesn't have the django integration needed for this project. For Fabric Python 3 support see: https://github.com/fabric/fabric/issues/1050