On May 6, 11:23 am, joshuamckenty <jmcke...@gmail.com> wrote:
> 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/
>

I second Fabric. I found it very nice to do anything I needed. And all
actions are just python functions (might be callables, I don't know)
so you can make it do almost anything.

You also mentioned SQL and migrations. Are you using a migration
application? I know there are a couple that get a lot of buzz, like
South. From what I hear, it is very good.

Regards,
John
--~--~---------~--~----~------------~-------~--~----~
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