|
|
@@ -129,7 +129,7 @@ class Home(View):
|
|
|
video_news = Video_data.objects.all()[0:4]
|
|
|
product = Product.objects.all()[0:8]
|
|
|
pick = Pick_Pub.objects.all()[0:6]
|
|
|
- farm = FarmList.objects.all()[0:6]
|
|
|
+ farm = FarmList.objects.all()
|
|
|
hotel = Hotel_Info.objects.all()[0:5]
|
|
|
if request.user.is_authenticated():
|
|
|
user_name = request.user.username
|