26 Nov
2009
26 Nov
'09
10:52 p.m.
mr.developer is a good recipe that could help with this, check it out: http://pypi.python.org/pypi/mr.developer The buildout below will auto-checkout django-debug-toolbar from your fork when buildout is run (replace 'myapp' with your apps name of course, and have django-debug-toolbar in the install_requires field): [buildout] parts = app develop = . extensions = mr.developer auto-checkout = django-debug-toolbar [sources] django-debug-toolbar = git git://github.com/robhudson/django-debug-toolbar.git [app] recipe = zc.recipe.egg eggs = myapp