The tutorial is an easy introduction to the basics of django. A MVP, if you
will.
Introducing a new user to generics in the very first tutorial when they
don't have any concept of what it means is counterintuitive to learning
because they don't have any concept of what it means without gettin
Here
https://docs.djangoproject.com/en/2.1/intro/tutorial01/
You can find things like
def index(request):
return HttpResponse("Hello, world. You're at the polls index.")
and then on tutorial 03, you get
def detail(request, question_id):
return HttpResponse("You're looking at question
2 matches
Mail list logo