After making some changes in my models (eg. new field in a model and a new model) what is the best way of reflecting these changes to my populated database?
PS: I
Django now has its own built-in migrations, documented at:
https://docs.djangoproject.com/en/dev/topics/migrations/