On Tue, Sep 14, 2010 at 12:52 PM, Nick <
iregisteratwebsiteswitht...@gmail.com> wrote:

> Hello,
>
> I tried to troubleshoot this with Google and #django on IRC but I'm
> coming up empty. I've been following the practical django projects
> second edition book using django 1.2.3 on a local server.
>
> I have added 'django.contrib.comments' to my settings file + adjusted
> my urls.py file just like the book said and ran syncdb. The admin
> section is picking up the comments "model" fine. I can post comments
> fine and they are visible within the post, great.
>
> When I goto the admin section and click comments, then click comments
> again I'm presented with what should be a page to allow me to see the
> available comments and admin them (edit, delete, etc.). The issue is
> that the rows are empty for each comment. Instead it just gives me a
> count of the number of comments which makes it impossible to manage
> the comments.
>
> Here is a screenshot:
>  http://i51.tinypic.com/awfjes.jpg
>
> The URL is: http://localhost:8080/admin/comments/comment/ (I'm
> developing it locally obviously)
>
> Someone on IRC said this might actually be a bug but I can't imagine
> it's a bug. I mean, this is a serious issue and surely would have been
> found before releasing this build to the public.
>
> My admin templates are unmodified too so it's not that.
>
> What the heck is going on?
>
>
When I have seen this type of thing before, it has been due to some invalid
data in the database, see for example:
http://code.djangoproject.com/ticket/11460.

Karen
-- 
http://tracey.org/kmt/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to