Re: Django deployment tools?

2006-08-31 Thread gabor
[EMAIL PROTECTED] wrote: > Joseph Heck wrote: >> Have you used it for your own deploys? I'm curious how well it worked for >> you. > > I looked at it, but decided to roll my own tools for now. > hi... could you tell us what kind of tools did you write? because i'm also at a similar situation

Re: Django deployment tools?

2006-08-31 Thread Rob Hudson
It looks like there was some work done with the django.conf.settings to make it more paste friendly: http://code.djangoproject.com/ticket/1212 http://code.djangoproject.com/ticket/1214 There's also Django Paste that I found: http://pythonpaste.org/djangopaste/ Which doesn't appear to be up to da

Re: Django deployment tools?

2006-08-30 Thread [EMAIL PROTECTED]
Joseph Heck wrote: > Have you used it for your own deploys? I'm curious how well it worked for > you. I looked at it, but decided to roll my own tools for now. --Nick --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

Re: Django deployment tools?

2006-08-30 Thread Joseph Heck
Have you used it for your own deploys? I'm curious how well it worked for you.-joeOn 8/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:You may want to look at this:   http://pythonpaste.org/deploy/--Nick --~--~-~--~~~---~--~~ You received this message because yo

Re: Django deployment tools?

2006-08-30 Thread [EMAIL PROTECTED]
You may want to look at this: http://pythonpaste.org/deploy/ --Nick --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To uns

Django deployment tools?

2006-08-30 Thread Rob Hudson
Is there a Capistrano-like tool for Django, written in Python? http://manuals.rubyonrails.com/read/book/17 I know Capistrano can deploy other things -- it doesn't have to be Rails apps. But a tool written in Python would lower the dependencies we have to maintain in house, and know. Thanks, Rob