Hi everybody, i'm new to django framework and i found a problem during learning django. I wrote a standalone application for my project and registered it as installed applications in the project settings. But everytime i made a change to models of the standalone application and run the syncdb command to the project, all the standalone application related database schema won't be updated. I must remove the whole .db file and create it with command sqlall again, than i get the reflection of the changed i've made.
Is this a feature or a bug? Or is there another tricky ways to get the syncdb command to work? Please help me, i can't remove and then create the whole database schema everytime i make a change to models. Any suggestions would be appreciated. Best regards, Zheng --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---