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
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.
>>
>
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
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
On Oct 24, 2:18 pm, Markus Gattol wrote:
> I agree with others that this is better left to tools such as fabric/cuisine
> as they are build to handle these kind of
> tasks:http://readthedocs.org/docs/fabric/en/latest/api/contrib/project.html
There's indeed no generic way of deploying for every
I agree with others that this is better left to tools such as fabric/cuisine
as they are build to handle these kind of tasks:
http://readthedocs.org/docs/fabric/en/latest/api/contrib/project.html
--
You received this message because you are subscribed to the Google Groups
"Django developers" g
Having done deployments of varying scales and having spent a lot of time
with Fabric, as well as some with Chef, Puppet, etc. I don't think there's
any way we can build a tool that will meet any but the absolute simplest of
needs without unnecessarily re-inventing a lot of wheels.
However, if y
On 23 oct. 2011, at 21:59, feel wrote:
> 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.
Hi Filippo,
I'm not convinced we can build a sufficiently u
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 rsync and
I reported it in active state:
http