I am trying to deploy my djangorest api contactsapp to heroku

235 Views Asked by At

Iam new to python and djangorestframework. When i run python manage.py check, i get ModuleNotFoundError No module named 'drf-yasg'. The fact is i already installed this module using pip install drf-yasg. I also installed it in the pipfile and Pipfile.lock file using pipenv install drf-yasg I also added the module in the settings.py file, But still the error persists. I Here the screenshot of the error

0

There are 0 best solutions below