Re: developing and deploying django with zc.buildout

2009-09-30 Thread Chris Withers
andreas schmid wrote: > then i wanted to try my apps which i have on my subversion repository > and i added a [site-packages] section to the buildout.cfg using Why not turn your apps into python packages and serve them from a private egg server? > to the [django] section. now i have my project

developing and deploying django with zc.buildout

2009-09-21 Thread andreas schmid
hi list, i used buildout for a while now to create, develop and deploy plone sites. today i wanted to try it for django because i think being able to have repetible buildouts for projects is a nice thing and you dont have to get a headache between your local machine and the server setup.