关于zc.buildout的更好的源代码和最新的文档?

时间:2021-08-11 01:00:12

I'm trying to use zc.buildout on a new Django project. I really like the idea behind the tool and certainly appreciate the effort put into the tool. I am surprised though at the lack of documentation. I've listed what I think are the best sources of info about or closely related to buildout. Are there any better and more recent sources on the syntax of the buildout .cfg file and the use of the tool?

我在用zc。在一个新的Django项目上建造。我非常喜欢这个工具背后的想法,当然也很欣赏这个工具所付出的努力。我对文件的缺乏感到惊讶。我列出了我认为关于或与buildout密切相关的最好的信息来源。关于build - out .cfg文件的语法和工具的使用,是否有更好和更新的源文件?

http://www.buildout.org/

http://www.buildout.org/

http://archlinux.me/dusty/2010/06/17/converting-a-django-project-for-zc-buildout/

http://archlinux.me/dusty/2010/06/17/converting-a-django-project-for-zc-buildout/

http://ircubic.net/2009/11/portable-django-project-with-buildout.html

http://ircubic.net/2009/11/portable-django-project-with-buildout.html

http://slacy.com/blog/2010/10/both-production-development-settings-using-zc-buildout-djangorecipe/

http://slacy.com/blog/2010/10/both-production-development-settings-using-zc-buildout-djangorecipe/

http://andre.engelbrechtonline.net/blog/2010/03/10/how-i-deploy-django-buildout/

http://andre.engelbrechtonline.net/blog/2010/03/10/how-i-deploy-django-buildout/

http://ontwik.com/python/django-deployment-workshop-by-jacob-kaplan-moss/

http://ontwik.com/python/django-deployment-workshop-by-jacob-kaplan-moss/

1 个解决方案

#1


1  

After pounding on buildout for a few days I think I understand its workings. Really, the key is to understand the recipes that buildout uses more than anything else -- a realization that really didn't dawn on me until after I posted this question.

在连续敲打了几天之后,我想我理解了它的工作原理。实际上,关键是要理解构建出的菜谱比其他任何东西都更有用——在我发布这个问题之前,我才意识到这一点。

#1


1  

After pounding on buildout for a few days I think I understand its workings. Really, the key is to understand the recipes that buildout uses more than anything else -- a realization that really didn't dawn on me until after I posted this question.

在连续敲打了几天之后,我想我理解了它的工作原理。实际上,关键是要理解构建出的菜谱比其他任何东西都更有用——在我发布这个问题之前,我才意识到这一点。