Thank you very much Rocha, I come to understand  that import statement 
checks the module and its submodule specified in from clause.

2018년 2월 2일 금요일 오후 1시 28분 57초 UTC+9, sacrac 님의 말:
>
> path is call from django.urls
> https://github.com/django/django/blob/master/django/urls/conf.py
> you need use Django 2.0.x and python3 for work path
>
> Cheers
>
> On Thu, Feb 1, 2018 at 7:09 PM, Jung Hoon Park <jhpar...@gmail.com 
> <javascript:>> wrote:
>
>> Hi Rocha,
>> There is "from django.urls import path" statement on the top. 
>> Does it mean that path function is defined somewhere, not in this urls.py 
>> file?
>>
>> 2018년 2월 2일 금요일 오전 7시 52분 15초 UTC+9, sacrac 님의 말:
>>>
>>> To create a URLconf in the polls directory, create a file called urls.py. 
>>> Your app directory should now look like:
>>>
>>> On Wed, Jan 31, 2018 at 8:42 PM, Jung Hoon Park <jhpar...@gmail.com> 
>>> wrote:
>>>
>>>> Hello, I am studying Django for my new project.
>>>> I am confronting very basic problem. 
>>>> In Tutorial Part1. Request and Response, Django Documentation, 
>>>> following sorce code is there.
>>>>  But I cannot find path function in "~/django.urls" directory.
>>>> Can a function be imported which has no defintion in "from location"?
>>>>
>>>>
>>>> polls/urls.py
>>>>
>>>> from django.urls import path
>>>> from . import views
>>>> urlpatterns = [
>>>>     path('', views.index, name='index'),]
>>>>
>>>> -- 
>>>> 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/0e088428-2daa-4ce1-b089-95e30d129948%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/django-users/0e088428-2daa-4ce1-b089-95e30d129948%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>
>>>
>>> -- 
>>> att.
>>> Carlos Rocha
>>>
>> -- 
>> 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/7a133978-4696-4d44-a13a-665d9f4f4661%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/django-users/7a133978-4696-4d44-a13a-665d9f4f4661%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> att.
> Carlos Rocha
>

-- 
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/394c53e6-0c80-4da6-a407-917746ea17f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to