Re: Comments Not Displaying

2012-02-15 Thread coded kid
Thanks bro! Just got the logic! Cheers. @Daniel keep up the good work, even if you once hit me in the ass on StackOverflow! :) On Feb 14, 3:47 pm, Tom Evans wrote: > On Tue, Feb 14, 2012 at 2:45 PM, coded kid wrote: > > Below the status. I'm not

Re: Comments Not Displaying

2012-02-14 Thread Tom Evans
On Tue, Feb 14, 2012 at 2:45 PM, coded kid <duffleboi...@gmail.com> wrote: > Below the status. I'm not sure if I fixed this. How will I make it > display comment? Please. > This page has some hints: https://docs.djangoproject.com/en/1.3/ref/contrib/comments/#displaying-commen

Re: Comments Not Displaying

2012-02-14 Thread coded kid
ngo web app. After > > installing django comments and setting up all other things, I decided > > to give it a try by commenting on my status. > > > I commented and I was redirected to /comment/posted/. But the problem > > I'm facing is that, Django comments is not display

Re: Comments Not Displaying

2012-02-14 Thread Daniel Roseman
d I was redirected to /comment/posted/. But the problem > I'm facing is that, Django comments is not displaying my comments. I > can't find it anywhere but it will save it in the DB. What I'm I > missing? > > {% load comments %} > {% get_comment_count for sol as comment_cou

Comments Not Displaying

2012-02-14 Thread coded kid
is not displaying my comments. I can't find it anywhere but it will save it in the DB. What I'm I missing? {% load comments %} {% get_comment_count for sol as comment_count %} {% get_comment_list for sol as comment_list %} {% get_comment_form for sol as form %} {% if user.is_authenticated