Syed,
I really suggest you follow the Django Tutorial found here: 
https://docs.djangoproject.com/en/2.0/intro/tutorial01/

Go through *all* of the parts of the tutorial (there are 7 parts), line by 
line. Start with a completely new project. Jumping in and out of other 
tutorials is really not recommended (my 2 cents). I followed through all 
parts of the tutorial when I first started and found it to be a really 
great starting point. The documentation is very well written.

I really can't help you if you are jumping around between different 
sites/tutorials. Start one and follow through all the way to the end.

Good luck!

On Tuesday, June 19, 2018 at 7:14:13 AM UTC-4, Django starter wrote:
>
> Hi Nathan,
>
> I am really confused starting up with my website
>
> i have gone through couple of Videos and sites to start with,
> in one of the sites, it was mentioned to make changes in urls.py and then 
> in views.py and in settings.py [Installed Apps] to have the site worked.
>
> unfortunately i dont see views.py
>
> below is the tree
>
> (el) ssyed@ssyed:~/el/bin$ tree
> .
> ├── activate
> ├── activate.csh
> ├── activate.fish
> ├── activate_this.py
> ├── chardetect
> ├── django-admin
> ├── django-admin.py
> ├── easy_install
> ├── easy_install-3.6
> ├── elastic
> │   ├── db.sqlite3
> │   ├── DJango
> │   ├── elastic
> │   │   ├── __init__.py
> │   │   ├── __pycache__
> │   │   │   ├── __init__.cpython-36.pyc
> │   │   │   ├── settings.cpython-36.pyc
> │   │   │   ├── 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 right way.
>
> Thanks
> SYED
>
>
> On Mon, Jun 18, 2018 at 11:50 PM, itsnate_b <nathan...@gmail.com 
> <javascript:>> wrote:
>
>> No problem. Good luck!
>>
>> On Monday, June 18, 2018 at 12:46:23 PM UTC-4, Django starter wrote:
>>>
>>> Hi Nathan,
>>>
>>> Appreciate your response, it wasnt there, 
>>>
>>> I would create it again and check and thanks a lot for responding
>>>
>>> On Mon, Jun 18, 2018 at 11:43 PM, itsnate_b <nathan...@gmail.com> wrote:
>>>
>>>> I'm assuming you already did this? 
>>>> django-admin startproject mysite
>>>>
>>>> If so, then you should have a mysite folder, inside of another mysite 
>>>> folder. Inside of there you should have views.py, models.py. You may need 
>>>> 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
>>>>         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,  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 received this message because you are subscribed to the Google 
>>>> Groups "Django users" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to django-users...@googlegroups.com.
>>>> To post to this group, send email to django...@googlegroups.com.
>>>> Visit this group at https://groups.google.com/group/django-users.
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/django-users/2389c312-9fa1-4314-8266-cce998cea3cb%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/django-users/2389c312-9fa1-4314-8266-cce998cea3cb%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-users...@googlegroups.com <javascript:>.
>> To post to this group, send email to django...@googlegroups.com 
>> <javascript:>.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/b41e988b-e70b-413e-aed6-8ce0d51bc906%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/django-users/b41e988b-e70b-413e-aed6-8ce0d51bc906%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/07e44626-4114-4821-bc56-d71771166e10%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to