On Tue, Apr 7, 2009 at 5:22 PM, Adam Nelson <a...@varud.com> wrote:

>
> Is there a page that has any sort of list of Django rollout
> methodologies and best practices with regards to that issue?
>
> I'm trying to deploy some major model changes and although I'm fine
> doing everything manually, it would be nice to have some help (even
> just an ALTER TABLE generator).
>
> I've found Fabric (http://www.nongnu.org/fab/) which is geared more
> towards large deployments where scripting is more time-efficient than
> just doing things 'in real time'.  My biggest need right now is to get
> an ALTER TABLE generator.
>
> Please let me know if one exists.
>
> Thanks,
> Adam
> >
>
There are several projects for schema evolution, the 2 most popular are
Django-evolution and South.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~---------~--~----~------------~-------~--~----~
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