Hi,

I am writing an app where I will occasionally need to change my db
schema. I am not an SQL expert, and would like to confine myself to
python and django db APIs if possible (don't want to go through raw
SQL or db engine specific code). After some googling I found django's
schema evolution branch that seems to be created for this. I am having
a look at this branch, but don't have a clue as to how to use it for
migrating my db from one schema to another. I would like to know-

1. How stable this branch is
2. Has anyone used/is using this branch for any app
3. If this branch can be used for db migration, some guide or examples
towards that.

I know a fair amount of python, so if required can contribute towards
this.

Regards,
Ram


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to