ContriHUB / Sheher

Django project to get info regarding tourist places.
1 stars 19 forks source link

Implement top blogs section #83

Closed Nandika-A closed 10 months ago

Nandika-A commented 10 months ago

Description

Selects top 6 blogs based on like/dislike and displays them in 2 rows on homepage.

Related Issue

Fixes #80

Type of change

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Checklist:

Test Configuration:

Nandika-A commented 10 months ago

@kunal2812 Sir I have now included that case. I have taken like/dislike as (like-dislike)/dislike, otherwise, it would give the same result for 0/1 and 0/0.

Nandika-A commented 10 months ago

@kunal2812 I have corrected this now.