Re: Ask for help about extending development on Django apps

2010-04-14 Thread Karen Tracey
This question should be posted to django-users, not here. The topic of this list is the development of Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroup

Ask for help about extending development on Django apps

2010-04-14 Thread JohnHenry
Hi, all I want to do some change on existing django models; I want to add two fields to an existing model and update Database tables; The Django document said syncdb command won't change existing table structure. And It said "use the sql command to display the new SQL structure and compare that