Re: common variable (Deploying Feature in manage.py)

2011-10-25 Thread Javier Guerra Giraldez
On Tue, Oct 25, 2011 at 9:29 AM, Tom Evans wrote: > I honestly think that trying to integrate any sort of deployment > features in django will only please the few people who use that > particular method of deploying code, and irritate the majority who do > it in a different manner. There is no 'co

Re: common variable (Deploying Feature in manage.py)

2011-10-25 Thread Tom Evans
On Tue, Oct 25, 2011 at 1:28 PM, Thomas Guettler wrote: > Am 23.10.2011 21:59, schrieb feel: >> Hi, I wanted to propose a new possible feature in Django project that >> allows to sync the local folder with the remote one of the server >> defining all the configuration directly in settings.py. >> >

Re: common variable (Deploying Feature in manage.py)

2011-10-25 Thread Jonathan Slenders
On 25 oct, 14:28, Thomas Guettler wrote: > I would like to see a common variable in django's settings: >  STAGE=... >  with one of this choices: DEV, INTEGRATION, QUAL, PROD > > It would be nice, if the django core could agree on a variable name and its > content. > Several deploy apps could u

common variable (Deploying Feature in manage.py)

2011-10-25 Thread Thomas Guettler
Am 23.10.2011 21:59, schrieb feel: > Hi, I wanted to propose a new possible feature in Django project that > allows to sync the local folder with the remote one of the server > defining all the configuration directly in settings.py. > > I've just done some months ago a simple implementation using