Docker – TemplateDoesNotExist when rendering an email message with Celery in Django
I am developing an API for a forum website and have a classed-based view that sends an email message to a user in order to make his email confirmed. I have a celery task, that sends email and in the…