After installing of Django I get this error message (when I want to run migrations or runserver):
There is no South database module 'south.db.mysql' for your database. Please either choose a supported database, check for SOUTH_DATABASE_ADAPTER[S] settings, or remove South from INSTALLED_APPS.
I dont want to use South and it is also not defined in INSTALLED_APPS . Why am I getting this error?
I got the same error. It is resolved by removing south
from your environment , by running
pip uninstall south
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With