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+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/2389c312-9fa1-4314-8266-cce998cea3cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to