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):
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):