Re: I know this question has been asked before, but I haven't found an answer that solves my situation. I'm looking at the Django tutorial, and I've set up the first URLs exactly as the tutorial has

2018-04-22 Thread Don Guernsey
Include app_name = ‘polls’ in urls.py > On Apr 22, 2018, at 10:14 AM, Avitab Ayan Sarmah > wrote: > > polls/views.py > from django.http import HttpResponse > > > def index(request): > return HttpResponse("Hello, world. You're at the polls index.") > > polls/urls.py > from django.urls im

Re: Process discussion: reboot

2010-04-19 Thread Don Guernsey
Once I understand what I am doing I would have no problem putting together an "ebb and flow" diagram with pointers to codesomething like...Step 1 Request Made--When a request is made the first thing that happens is def AutoStart is activated, next, def SecondStart is fired (with pictures). On

Re: Low-Hanging Fruit

2010-04-19 Thread Don Guernsey
How do I sign up to help? Is there an overall schematic for how django works? On Mon, Apr 19, 2010 at 3:53 PM, Gabriel Hurley wrote: > I just want to second this suggestion from Russell: > > On Apr 19, 8:11 am, Russell Keith-Magee > wrote: > > > Lastly, pick anything to do with documentation. T