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?
SOUTH_DATABASE_ADAPTER
defined in settings? - Anentropic