Project
is already under development, and then follow these steps.
1> You need to remove the "south" from installed applications
2> Delete all migrations from the migration folder
3> Delete the south_migrations table from the database
After completing the following steps, suppose you want to completely disappear south of your system, and then follow the commands below.
sudo apt-get remove --auto-remove python-django-south
The above command will remove the south, taking into account all the dependencies. And to learn more about removing the south .. click this link
source share