I'm using Fabric for deployment of my django apps, and I quite like
it. It's still probably not as feature-rich as capistrano, but it's
written in python, has a *very* active community right now, and solves
the problems that I have, anyway. YMMV.
http://www.nongnu.org/fab/



On May 6, 8:12 am, Tim <rubyf...@gmail.com> wrote:
> I am working on a Django project which has gotten to the point where I
> need some sanity and repeatability in deployment. My first instinct
> was to just start building things from scratch with shell scripts and
> to manage db migrations with one-off sql scripts. But then I started
> thinking that there's got to be a better way. What is the current
> state of deployment frameworks - not necessarily specific to Django
> but Django-firendly? A quick search of the group turned up some
> Capistrano advocacy; I am not necessarily averse to Ruby but am
> wondering if there's a better choice. Or if no framework exists or
> fits the bill, maybe some resources about best practices?
>
> - Tim

--~--~---------~--~----~------------~-------~--~----~
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 unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to