Re: Deploying Feature in manage.py

2011-10-24 Thread Jonathan Slenders
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

Re: Deploying Feature in manage.py

2011-10-24 Thread Markus Gattol
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

Re: Deploying Feature in manage.py

2011-10-23 Thread Gabriel Hurley
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

Re: Deploying Feature in manage.py

2011-10-23 Thread Aymeric Augustin
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