gtalarico / django-vue-template

Django Rest + Vue JS Template
https://django-vue-template-demo.herokuapp.com/
MIT License
1.58k stars 406 forks source link

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

Open stishka1 opened 1 year ago

stishka1 commented 1 year ago

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

Ruxin-Xu commented 4 months ago

I met the same question. Have u solved this?

Raylove2 commented 2 months ago

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