Re: Help is outdated

2018-08-15 Thread Jason
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

Help is outdated

2018-08-15 Thread Olivier Pons
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