Django

2018-02-01 Thread Jung Hoon Park
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 "f

Re: Django

2018-02-01 Thread Jung Hoon Park
.py. > Your app directory should now look like: > > On Wed, Jan 31, 2018 at 8:42 PM, Jung Hoon Park > wrote: > >> Hello, I am studying Django for my new project. >> I am confronting very basic problem. >> In Tutorial Part1. Request and Response, Django Documentat

Re: Django

2018-02-02 Thread Jung Hoon Park
gt; 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 > wrote: > >> Hi Rocha, >> There is "from django.urls import path" statement on the top. >> Does it mean that path function is defined