On Thursday, August 18, 2011 12:03:00 pm smith jack wrote:
> at last, i use command  python manage.py syncdb
> 
> but was suprised to find that the schema of url table in the database
> is not changed
> 
> so is there any method to change the shcema of table using django command?

When I started with Django, I ran into the same issue... seemed kind of silly 
that we had this amazing framework that did so much but it had no way to 
really alter tables...   Enter South. South works pretty well, but if you roll 
your own ModelFields it can be tricky as you have to write your own 
migrations.  

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" 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-users?hl=en.

Reply via email to