django-vue-template icon indicating copy to clipboard operation
django-vue-template copied to clipboard

django.core.exceptions.ImproperlyConfigured: Cannot import 'api'. Check that 'backend.api.apps.AppConfig.name' is correct.

Open stishka1 opened this issue 2 years ago • 2 comments

django.core.exceptions.ImproperlyConfigured: Cannot import 'api'. Check that 'backend.api.apps.AppConfig.name' is correct. What is it???

stishka1 avatar Feb 09 '23 16:02 stishka1

I met the same question. Have u solved this?

Ruxin-Xu avatar Apr 23 '24 10:04 Ruxin-Xu

I fixed this issue, you should modify the line "backend.api" to "backend" in file "backend/settings/dev/py". Happy coding~

Raylove2 avatar Jul 03 '24 08:07 Raylove2