buildout + djangorecipe how to install tools into bin directory

2012-02-05 Thread WIlliam Deegan
Greetings, I'm fairly new to django + buildout. I want to build some data loading tools and install them in the project bin directory. I see the bin/django and bin/test have some automated addition of the path to the buildout installed eggs. Is there a way to have buildout do this for my script

buildout djangorecipe

2010-03-11 Thread John Griessen
bx2 wrote: The best option is to use buildout (there is no need for creating virtualenv - much more simple and much more flexible solution). Also it will be easier to further deploy your projects. I see this buildout.cfg example from http://pypi.python.org/pypi/djangorecipe and have questions b