Never mind, I understand now that Django 1.9 has migration like South, so I will try to learn how to do migrations using Django instead.
Never mind, I understand now that Django 1.9 has migration like South, so I will try to learn how to do migrations using Django instead.
I guess you've edited the post you made after you originally posted it -- for anyone else coming to this thread, south
is a migrations framework created for Django; since Django 1.9, the developer of south
has built this functionality into Django itself, so south
is no longer needed.