Re: problem with using generic views

2015-08-10 Thread Doaa Hassan
No, I didn't, but I just have done and it works. Thanks :) On Saturday, August 8, 2015 at 10:42:57 PM UTC+2, James Schneider wrote: > > Did you complete the following section after changing the urls.conf? The > URL changes won't work until you modify the views.py file in the next > section. >

Re: problem with using generic views

2015-08-08 Thread James Schneider
Did you complete the following section after changing the urls.conf? The URL changes won't work until you modify the views.py file in the next section. https://docs.djangoproject.com/en/1.8/intro/tutorial04/#amend-views -James On Aug 8, 2015 6:31 AM, "Doaa Hassan" wrote: > Hi all, > > I am tryi

problem with using generic views

2015-08-08 Thread Doaa Hassan
Hi all, I am trying to convert poll app introduced on: https://docs.djangoproject.com/en/1.8/intro/tutorial01/ to use the generic views system as described on: https://docs.djangoproject.com/en/1.8/intro/tutorial04/ However, when I convert the URLconf by opening the polls/urls.py and ch