Re: Deployment dilemma

2009-07-14 Thread Rama Vadakattu
i will look into pip and zc.buildout thanks for your suggestions. On Jul 14, 9:31 pm, Lakshman Prasad wrote: > zc.buildout enables reproducible > build and deployments. pip offers a simple solution by the way of freeze and > requirements file at server.

Re: Deployment dilemma

2009-07-14 Thread Lakshman Prasad
zc.buildout enables reproducible build and deployments. pip offers a simple solution by the way of freeze and requirements file at server. On Tue, Jul 14, 2009 at 9:33 PM, Alex Gaynor wrote: > > > On Tue, Jul 14, 2009 at 10:46 AM, Rama Vadakattu > wrote

Re: Deployment dilemma

2009-07-14 Thread Alex Gaynor
On Tue, Jul 14, 2009 at 10:46 AM, Rama Vadakattu wrote: > > I have a django project with N number of dependencies to other > packages. > Now i want to deploy the project on production server? > > As of now iam doing this. > 1.Move the django project to production server. > 2.install the dependenci

Deployment dilemma

2009-07-14 Thread Rama Vadakattu
I have a django project with N number of dependencies to other packages. Now i want to deploy the project on production server? As of now iam doing this. 1.Move the django project to production server. 2.install the dependencies on production server similar to that of the way i have done on local