{% load gTTS %} in template make mistake 'gTTS' is not a registered tag library
hi everybody i make a quiz with django i want to add text to speech advantage with google i recive erroe mesaage gTTS' is not a registered tag library when i write in template
{% load gTTS %}
<audio src="{% say 'en-us' {{question.question}} %}" controls
i install gTTS and i add aline in setting.py
INSTALLED_APPS = [
'gTTS',
i make the application gTTS without any code i depend in this page django-gtts-pypi why did not work