Re: Sane defaults for Startapp and Startproject

2011-10-25 Thread Rich Jones
Having an example project to fork/fiddle with in the documentation is a fair compromise. svn co http://code.djangoproject.com/svn/django/trunk/ django-example ? R On Oct 21, 2:22 pm, Carl Meyer wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Rich, > > On

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

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

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

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