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

Python 3 support #80

Open aboutaaron opened 9 years ago

aboutaaron commented 9 years ago

Fabric doesn't support Python 3 which is a bummer. Invoke is there, but doesn't have Fabric's fabric.contrib.django module which is imperative for our deployment.

aboutaaron commented 9 years ago

This will take over for #47. Basically, if you need to support Python 3, you'll need to do some custom work.