I installed south and tried a few changes using it, which didn’t exactly work out the way I wanted it to. Thankfully, my data is safe but locked into south. I want to remove south and use syncdb normally now, how do I do that without affecting my data?
Share
Remove
'south'from INSTALLED_APPS, removesouth_migrationstable from DB.