Re: Ask for help

2015-11-19 Thread Tim Graham
Please write to django-users (as I see you already did), this mailing list is for the development of Django itself. On Thursday, November 19, 2015 at 12:26:34 PM UTC-5, Cision Lee wrote: > > *I meet some errors when I migrate database, and the error code is > following:* > > Operations to perfor

Ask for help

2015-11-19 Thread Cision Lee
*I meet some errors when I migrate database, and the error code is following:* > Operations to perform: > Synchronize unmigrated apps: staticfiles, messages > Apply all migrations: admin, contenttypes, api, auth, sessions > Synchronizing apps without migrations: > Creating tables... > R

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