Hello all, I have a question about adding a new class to an existing model. In my case, I have an installed model but i find later that i want to add new class inside it. So i add new class in the model file and reinstall it using "django-admin.py install myapp"
But i got an error said there's a table already exists. My workaround is executing sql from "django-admin.py sqlall myapp" manually. Does django a better way to do this ? Thanks, Pittaya