Skip to content

Error in views.py - user_recommendation_list #13

@Tikam02

Description

@Tikam02

@Vijeta141 please help.

TypeError at /reviews/recommendation/

'<' not supported between instances of 'method' and 'method'

then get a wine list including the previous IDs, order by rating

wine_list = sorted(list(Wine.objects.filter(id__in=other_users_reviews_wine_ids)),
    key=lambda x:x.average_rating,
    reverse=True

)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions