Re: django documentation tutorial 3 questions. home page missing.

2014-05-09 Thread François Schiettecatte
Presumably because there is nothing set to handle localhost:8000/ in your 
urlpatterns  like this:

# Root view, goes to 'app.home.views.page' (r'^$', 
'app.home.views.page'), 


François

On May 8, 2014, at 11:46 PM, cheesiong lim  wrote:

> hi all,
>  i am learning django by using django 1.6 documents tutorial 1 - 6.
>  this round is my 4th try and, previous 3 try was successful and i understand 
> more on every try.
> 
>  i am in tutorial 3 now, to create views.
> 
>  according to the documents, after i created a view, i need to map it to a 
> URL.
>  so i follow the documents to add a urls.py in the polls directory.
>  and then i follow the document to add include() to mysite/urls.py
>  i am able to so called wired an index view into the polls view.
> 
>  now if i go back to localhost:8000, i get an error page,
>  so my question is
>  1) WHY?
>  2) how to get back my localhost:8080 index page co-exist with  the polls 
> index page?
> 
> thank you very much everyone for your time. i am new and sorry for so simple 
> question.
> thank you.
> 
> 
> 
> 
> 
> 
> -- 
> 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 http://groups.google.com/group/django-users.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/f3f727db-3c1f-493d-a581-f19376a9a6d8%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



signature.asc
Description: Message signed with OpenPGP using GPGMail


django documentation tutorial 3 questions. home page missing.

2014-05-08 Thread cheesiong lim
hi all,
 i am learning django by using django 1.6 documents tutorial 1 - 6.
 this round is my 4th try and, previous 3 try was successful and i 
understand more on every try.

 i am in tutorial 3 now, to create views.

 according to the documents, after i created a view, i need to map it to a 
URL.
 so i follow the documents to add a urls.py in the polls directory.
 and then i follow the document to add include() to mysite/urls.py
 i am able to so called wired an index view into the polls view.

 now if i go back to localhost:8000, i get an error page,
 so my question is
* 1) WHY?*
* 2) how to get back my localhost:8080 index page co-exist with  the polls 
index page?*

thank you very much everyone for your time. i am new and sorry for so 
simple question.
thank you.





-- 
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 http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f3f727db-3c1f-493d-a581-f19376a9a6d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.