jazzband / django-downloadview

Serve files with Django.
https://django-downloadview.readthedocs.io
Other
380 stars 58 forks source link

Switch development environment to pip #74

Closed benoitbryon closed 10 years ago

benoitbryon commented 10 years ago

(or just pip) Although zc.buildout's zc.recipe.egg may be safer than pip, pip is far more popular than buildout in Django community. So, let's use pip and make it easier for the majority of Django developers to contribute to the project. One hypothesis is that the buildout-based development environment scares some users... even if it is all about make develop and you are ready.

This refactoring may simplify #46 because of tox using pip.

benoitbryon commented 10 years ago

Try it quickly as a bonus for release 1.5... or make it for 1.6.

benoitbryon commented 10 years ago

Or let's release 1.5 ASAP (tomorrow)...