Replies: 1 comment
-
@tkallady Hi, it sounds like you're using a Python interpreter different than the one where the dependency was installed. I'd recommend checking with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
rest_framework_api_key import is missing
python manage.py runserver still works,
gunicorn wsgi.py throws "ModuleNotFoundError: No module named 'rest_framework_api_key'"
To Reproduce
Create a basic new project with a view that contains the line 'from rest_framework_api_key.permissions import HasAPIKey'
Expected behavior
Should import module without error.
Screenshots

Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions