Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProgrammingError at / relation "threadedcomments_comment" does not exist #106

Open
philmade opened this issue Apr 25, 2019 · 1 comment
Open

Comments

@philmade
Copy link

context[self.as_varname] = self.get_context_value_from_queryset(context, qs) 

context: [{'True': True, 'False': False, 'None': None}, {}, {}, {'paginator': None, 'page_obj': None, 'is_paginated': False, 'object_list': <QuerySet [<Set: Wed, 24 Apr 2019>, <Set: Wed, 24 Apr 2019>, <Set: Tue, 23 Apr 2019>, <Set: Mon, 22 Apr 2019>]>, 'set_list': <QuerySet [<Set: Wed, 24 Apr 2019>, <Set: Wed, 24 Apr 2019>, <Set: Tue, 23 Apr 2019>, <Set: Mon, 22 Apr 2019>]>, 'view': <curate.views.SetListView object at 0x000001D4CA9EB518>}]

qs Error in formatting: ProgrammingError: relation "threadedcomments_comment" does not exist
LINE 1: ...user"."is_active", "auth_user"."date_joined" FROM "threadedc...

self <django_comments.templatetags.comments.CommentCountNode object at 0x000001D4CA9F22E8>
@philmade
Copy link
Author

I actually have it working now. But I don't quite know how it renders - the output on the template is not actually threaded. All comments appear to be in the original UL, no matter if it was a reply to a reply... I've used the HTML in your template here:

https://github.com/HonzaKral/django-threadedcomments/blob/master/examples/core/templates/core/message_inline_sample.html

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant