Re: HELP - Writing your first Django app, part 1

2016-10-16 Thread 'Nick Bansal' via Django users
Cheers! got it! On Friday, 14 October 2016 22:45:05 UTC+1, Asad Jibran Ahmed wrote: > > Just save the file inside the *poll *folder. That creates the file. > > Asad Jibran Ahmed <surf...@gmail.com > > http://blog.asadjb.com > > On Fri, Oct 14, 2016 at 9:55 PM, 'Ni

Re: HELP - Writing your first Django app, part 1

2016-10-14 Thread 'Nick Bansal' via Django users
if you're looking for options) and save the file as urls.py > inside the polls directory. > > Asad Jibran Ahmed <surf...@gmail.com > > http://blog.asadjb.com > > On Fri, Oct 14, 2016 at 8:00 PM, 'Nick Bansal' via Django users < > django...@googlegroups.com > wrote: &g

HELP - Writing your first Django app, part 1

2016-10-14 Thread 'Nick Bansal' via Django users
Hi, I'm struggling to figure out how to do the following command: "To create a URLconf in the polls directory, create a file called urls.py. Your app directory should now look like:" How do I create a file called urls.py in the app directory? am I missing something completely obvious? Any