I have my urls.py as this:
urls.py
from django.urls import path from . import views urlpatterns = [ path(\'link\',views.get_text,name=\'text\'), path