Django show render_to_response in template
问题 Hello and thank you in advance. I know this is total noob question, and I have searched in the various forum and read and re-read the documentation, so please be gentle. I have a view: #views.py from django.shortcuts import render_to_response from django.shortcuts import render from django.http import HttpResponse, HttpRequest, HttpResponseRedirect from acme.acmetest.models import Player from acme.acmetest.models import PickForm def playerAdd(request, id=None): form = PickForm(request.POST or