Re: Advanced Tutorial (how to write reusable app), last step does not work

2013-10-10 Thread Sebastian Wade
hi,guys u should read this content: https://docs.djangoproject.com/en/1.0/intro/tutorial04/ > We’re using two generic views here: object_list() and object_detail(). > Respectively, those two views abstract the concepts of “display a list of > objects” and “display a detail page for a particul

Re: Advanced Tutorial (how to write reusable app), last step does not work

2013-10-10 Thread Sebastian Wade
hi, guys hoped this may help you. https://docs.djangoproject.com/en/1.0/intro/tutorial04/ > We’re using two generic views here: object_list() and object_detail(). > Respectively, those two views abstract the concepts of “display a list of > objects” and “display a detail page for a particular ty