Re: confused with session chapters in djangoproject

2008-12-05 Thread vierda
Dear Karen, thanks for your clarification. it clear now. Ok I will try to make the Comment model and see how it code works. regards, -vierda- On Dec 6, 8:47 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Fri, Dec 5, 2008 at 4:10 PM, vierda <[EMAIL PROTECTED]> wrote: > > > Dear Karen, > >

Re: confused with session chapters in djangoproject

2008-12-05 Thread Karen Tracey
On Fri, Dec 5, 2008 at 4:10 PM, vierda <[EMAIL PROTECTED]> wrote: > > Dear Karen, > > thanks for your reply. Actually in my learning I try to follow the > code which is provide in the book to understand how it works. It > sounds silly but from above code, I really didn't get what below line > tryi

Re: confused with session chapters in djangoproject

2008-12-05 Thread vierda
Dear Karen, thanks for your reply. Actually in my learning I try to follow the code which is provide in the book to understand how it works. It sounds silly but from above code, I really didn't get what below line trying to do : c = comments.Comment(comment=new_comment) somebody kindly help to

Re: confused with session chapters in djangoproject

2008-12-05 Thread Karen Tracey
On Fri, Dec 5, 2008 at 9:53 AM, vierda <[EMAIL PROTECTED]> wrote: > > Dear all, > > I'm newbie in Django and have started study since two weeks. I tried > code that shows in djangoproject.com, in session chapters I got > problem with below code. It shows error that says module comments > doesn't h

confused with session chapters in djangoproject

2008-12-05 Thread vierda
Dear all, I'm newbie in Django and have started study since two weeks. I tried code that shows in djangoproject.com, in session chapters I got problem with below code. It shows error that says module comments doesn't have attribute Comment. am I missing something here? Kindly help and thank you i