Re: Page 3

2020-08-30 Thread rbarh...@gmail.com
And by the way, thanks for the clarification. In spite of the other stuff, I read through the code and found the error and I appreciate it. Multiple instructions on the same issue are frustrating. On Sunday, August 30, 2020 at 11:09:34 AM UTC-7 rbarh...@gmail.com wrote: > I posted this from m

Re: Page 3

2020-08-30 Thread rbarh...@gmail.com
I posted this from my computer and used the three ticks instructed by Ken Whitesell. You instruction is way off base. I don't post anything from a cell phone. You have too wonder about people who sermonize. On Saturday, August 29, 2020 at 8:05:37 PM UTC-7 kunalsol...@gmail.com wrote: > And

Re: Page 3

2020-08-29 Thread Kunal Solanke
And yes plz don't ever paste code like this .Either use pastebin or take screen shots of pc not by phone. On Sun, Aug 30, 2020, 08:32 Kunal Solanke wrote: > he is saying about the ")" read what you wrote slowly... > > On Sun, Aug 30, 2020, 03:06 rbarh...@gmail.com > wrote: > >> In the

Re: Page 3

2020-08-29 Thread Kunal Solanke
he is saying about the ")" read what you wrote slowly... On Sun, Aug 30, 2020, 03:06 rbarh...@gmail.com wrote: > In the above problem example, this statement does not seem to work: > ``` > from django.urls import path > ``` > why not > > On Saturday, August 29, 2020 at 2:29:51 PM UTC-7 r

Re: Page 3

2020-08-29 Thread rbarh...@gmail.com
In the above problem example, this statement does not seem to work: ``` from django.urls import path ``` why not On Saturday, August 29, 2020 at 2:29:51 PM UTC-7 rbarh...@gmail.com wrote: > Hmm. I don't understand what you are saying. > > On Friday, August 28, 2020 at 6:56:25 PM UTC-7 bharath...

Re: Page 3

2020-08-29 Thread rbarh...@gmail.com
Hmm. I don't understand what you are saying. On Friday, August 28, 2020 at 6:56:25 PM UTC-7 bharath...@gmail.com wrote: > Hi, > > You are closing the para thesis before. > path('/results/', views.results, name='results'), > This is the correct syntax. All the best 👍 > > On Sat, 29 Aug

Re: Page 3

2020-08-28 Thread RANGA BHARATH JINKA
Hi, You are closing the para thesis before. path('/results/', views.results, name='results'), This is the correct syntax. All the best 👍 On Sat, 29 Aug 2020, 3:03 am rbarh...@gmail.com, wrote: > The error message claims invalid syntax and point to the equal sign > between name and 'r

Re: Page 3

2020-08-28 Thread rbarh...@gmail.com
The error message claims invalid syntax and point to the equal sign between name and 'results.' On Thursday, August 27, 2020 at 5:12:53 PM UTC-7 rbarh...@gmail.com wrote: > My code inspector tells me that "from django.urls import path" is unused > so the path statements must not work, I guess.

Re: Page 3

2020-08-27 Thread rbarh...@gmail.com
My code inspector tells me that "from django.urls import path" is unused so the path statements must not work, I guess. But the tutorials presents that code. BTW, it's Maxim who helped On Thursday, August 27, 2020 at 5:07:38 PM UTC-7 rbarh...@gmail.com wrote: > Thanks to Maxi, I could move on

Page 3

2020-08-27 Thread rbarh...@gmail.com
Thanks to Maxi, I could move on and immediately found a new problem on Part 3. I have studied this error message for over an hour and cannot figure it out. Here is the code. There are two pieces, one in polls/views.py and one in polls/urls.py. ``` polls/views.py from django.http import HttpRe