Ошибка Uboundlocal в django на моем приложении для опросов на представлениях. Py
From django. Shortcuts import get_object_or_404, render
From django.http import HttpResponse
def detail(request, question_id): Вопрос = get_object_or_404(Question, pk=Question_id) return render(request, 'polls/detail.html', {'question':question } )
Полный код:
В моем view.py