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

ImproperlyConfigured: Cannot import 'api'. #76

Closed eldo-greshard closed 3 years ago

eldo-greshard commented 3 years ago

Just follow your readme, and it's throw an error

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

while i ran python manage.py migrate

10zinten commented 3 years ago

I think the template is for django 2. I also got the same error with django 3 and fixed it with using django 2.