Setting error message

Let me explain.

  1. I made a folder Mainf in sc folder
    sc folder is Startapp
    2- So in Installed_app Settins I configure
    ‘sc.Mainf’
    3- in Mainf I got my Models to migrate

when I run python manage.py makemigrations send me this message.

django.core.exceptions.ImproperlyConfigured: Cannot import ‘Mainf’. Check that ‘sc.Mainf.apps.MainfConfig.name’ is correct.

Any help please