[Answered ]-TemplateDoesNotExist in Heroku using Django Rest Framework

2👍

You haven’t added "rest_framework" to your INSTALLED_APPS setting, as described in the installation docs.

Without that, Django won’t look in the DRF directory to find the relevant templates.

Leave a comment