Re: I am trying to create polls project as mentiioned in the django website

2018-06-20 Thread itsnate_b
│ │ ├── urls.cpython-36.pyc >>> │ │ │ └── wsgi.cpython-36.pyc >>> │ │ ├── settings.py >>> │ │ ├── urls.py >>> │ │ └── wsgi.py >>> │ └── manage.py >>> >>> >>> Could you please help me know if i am going in the righ

Re: I am trying to create polls project as mentiioned in the django website

2018-06-20 Thread Sujad Syed
t; I would create it again and check and thanks a lot for responding >>>> >>>> On Mon, Jun 18, 2018 at 11:43 PM, itsnate_b >>>> wrote: >>>> >>>>> I'm assuming you already did this? >>>>> django-admin startproje

Re: I am trying to create polls project as mentiioned in the django website

2018-06-19 Thread itsnate_b
f it's not already there. >>>> >>>> should look like what is shown in the tutorial... >>>> >>>> mysite/ >>>> manage.py >>>> mysite/ >>>> __init__.py >>>> settings.py >&g

Re: I am trying to create polls project as mentiioned in the django website

2018-06-19 Thread Sujad Syed
;> >>> mysite/ >>> manage.py >>> mysite/ >>> __init__.py >>> settings.py >>> urls.py >>> wsgi.py >>> >>> >>> On Monday, June 18, 2018 at 8:26:42 AM UTC-4, Django starter wro

Re: I am trying to create polls project as mentiioned in the django website

2018-06-18 Thread Aditya Singh
>>> to create the urls.py file, if it's not already there. >>> >>> should look like what is shown in the tutorial... >>> >>> mysite/ >>> manage.py >>> mysite/ >>> __init__.py >>> settings.py >>&g

Re: I am trying to create polls project as mentiioned in the django website

2018-06-18 Thread itsnate_b
ate the urls.py file, if it's not already there. >> >> should look like what is shown in the tutorial... >> >> mysite/ >> manage.py >> mysite/ >> __init__.py >> settings.py >> urls.py >> wsgi.py &

Re: I am trying to create polls project as mentiioned in the django website

2018-06-18 Thread Sujad Syed
e/ > __init__.py > settings.py > urls.py > wsgi.py > > > On Monday, June 18, 2018 at 8:26:42 AM UTC-4, Django starter wrote: >> >> I am trying to create polls project as mentiioned in the django website, >> i am a beginer of django,

Re: I am trying to create polls project as mentiioned in the django website

2018-06-18 Thread itsnate_b
ke what is shown in the tutorial... mysite/ manage.py mysite/ __init__.py settings.py urls.py wsgi.py On Monday, June 18, 2018 at 8:26:42 AM UTC-4, Django starter wrote: > > I am trying to create polls project as mentiioned in the django website, i &

I am trying to create polls project as mentiioned in the django website

2018-06-18 Thread Django starter
I am trying to create polls project as mentiioned in the django website, i am a beginer of django, as mentioned in the https://docs.djangoproject.com/en/dev/intro/tutorial01/ i dont see mysite/urls.py, do i need to create mysite and urls.py, could you please let me know. Thanks -- You