Re: problem with using generic views

2015-08-10 Thread Doaa Hassan
the next > section. > > https://docs.djangoproject.com/en/1.8/intro/tutorial04/#amend-views > <https://www.google.com/url?q=https%3A%2F%2Fdocs.djangoproject.com%2Fen%2F1.8%2Fintro%2Ftutorial04%2F%23amend-views&sa=D&sntz=1&usg=AFQjCNFzGRzVdhKuM-apQtJhhna-Wcx5Gw>

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