Yeah, the tutorial is right here:
http://www.bitbucket.org/DeadWisdom/migratory/wiki/Tutorial

On Fri, Jan 2, 2009 at 6:57 PM, Yuri Baburov <[email protected]> wrote:
>
> Could you please write some tutorial on your page, how does the
> migration process looks like with your app?
>
> On Sat, Jan 3, 2009 at 2:29 AM, Brantley Harris <[email protected]> wrote:
>>
>> Having not been content with the state of Django migrations systems,
>> I've created one of my own:
>>
>> http://www.bitbucket.org/DeadWisdom/migratory/
>>
>> The idea is a database migration system that:
>>    * Is simple.
>>    * Doesn't make you use sql. This is an orm, we shouldn't have to use sql.
>>    * Can be automatic. Predicts the migration script for you so you
>> don't have to think about what has changed.
>>    * Works well in a version control system, or even distributed
>> ones. Because damnit.
>>    * During the migration process, *allows you to use the state of
>> your previous models as if they were still there*. This is key, and is
>> not done anywhere else, as far as I know.
>>
>> Currently it's tested on mysql, postgresql_psycopg2, and sqlite3.
>>
>> Thanks.
>>
>> >
>>
>
>
>
> --
> Best regards, Yuri V. Baburov, ICQ# 99934676, Skype: yuri.baburov,
> MSN: [email protected]
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to