We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reference Code:
INSTALLED_APPS = [ 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'website', 'rest_framework', ]
The text was updated successfully, but these errors were encountered:
Solution: If you are using VSCode, Ctrl + Shift + P -> Type and select 'Python: Select Interpreter' and enter into your projects virtual environment.
Ctrl + Shift + P
Important Comment: This should be checked by everyone that correct python Interpreter is selected. Path should be in virtual environment – chetan suri
Source: Import "rest_framework" could not be resolved. But I have installed djangorestframework, I don't know what is going wrong
Sorry, something went wrong.
No branches or pull requests
Reference Code:
The text was updated successfully, but these errors were encountered: