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
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
>
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
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
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
5 matches
Mail list logo