Open stishka1 opened 1 year ago
django.core.exceptions.ImproperlyConfigured: Cannot import 'api'. Check that 'backend.api.apps.AppConfig.name' is correct. What is it???
I met the same question. Have u solved this?
I fixed this issue, you should modify the line "backend.api" to "backend" in file "backend/settings/dev/py". Happy coding~
django.core.exceptions.ImproperlyConfigured: Cannot import 'api'. Check that 'backend.api.apps.AppConfig.name' is correct. What is it???