Haikson

[ Everything is possible. Everything takes time. ]

выводим Django debug информацию в шаблоне

  1. Устанавливаем settings.DEBUG = True
  2. Выводим информацию в теге {% filter force_escape %} {% debug %} {% endfilter %}
  3. Полезнее вывести так: <textarea onclick="this.focus();this.select()" style="width: 100%;"> {% filter force_escape %} {% debug %} {% endfilter %}</textarea>