When hit the command python manage.py makemigrations,
I am getting the import error.
The error is like this
**ImportError : Module 'Backend.apps'does not contain a 'BackendConfigrest_framework'class. Choices are : 'BackendConfig'**
When hit the command python manage.py makemigrations,
I am getting the import error.
The error is like this
**ImportError : Module 'Backend.apps'does not contain a 'BackendConfigrest_framework'class. Choices are : 'BackendConfig'**
In your settings.py, change line where your "Backend" application is under the INSTALLED_APP variable from:
to: