Re: mr.developer and buildout (newbie questions)

2010-03-17 Thread John Griessen
I have read and will reread what you wrote though, since I will be using git VCS on my apps. What I think is still wrong is about buildout, mentioned in the post subject line Re: django buildout trouble I'd like to find ways to confirm what mr.developer and buildout are doing. The docs are no

Re: mr.developer

2010-03-17 Thread Bill Freeman
ldout.cfg looks like: > >  [buildout] > eggs-directory = /home/john/buildout/eggs > extensions = mr.developer > sources = sources > auto-checkout = django-mptt > > parts = >    django > > eggs = >    mock >    django-notification >    django-page-cms >  

Re: mr.developer

2010-03-16 Thread andreas schmid
like: > > [buildout] > eggs-directory = /home/john/buildout/eggs > extensions = mr.developer > sources = sources > auto-checkout = django-mptt > > parts = > django > > eggs = > mock > django-notification > django-page-cms >

mr.developer

2010-03-16 Thread John Griessen
= mr.developer sources = sources auto-checkout = django-mptt parts = django eggs = mock django-notification django-page-cms django-haystack [sources] django-mptt = svn http://django-mptt.googlecode.com/svn/trunk/ path=django-mptt [django] recipe = djangorecipe version = 1.1.1

Re: django and buildout and mr.developer

2010-03-15 Thread John Griessen
andreas schmid wrote: it seems to work with mr.developer [buildout] extensions = mr.developer sources = sources auto-checkout = django-mptt parts = django eggs = mock django-notification django-page-cms django-haystack