Django first app

2018-01-23 Thread 'anookeen' via Django users
Hi , I am creating django app mentioned at this link (https://docs.djangoproject.com/en/2.0/intro/tutorial02/). When I create new views and add that into urls.py , the new urls aren't recognized (such as it doesn't recognize the question_id mentioned in part 3 of the tutorial). Kindly help me o

Re: Django first app

2018-01-23 Thread 'anookeen' via Django users
Yes I got it Daniel Hepper. Thank you so much for your help. On Wednesday, January 24, 2018 at 6:37:32 AM UTC, Daniel Hepper wrote: > > You are using the new syntax to define URLs from Django 2.0 with the old > urls() method. > > If you are using Django 2.0, polls/urls.py should look like this: >