|
|
@@ -128,7 +128,7 @@ class Home(View):
|
|
|
two_news = CKArticle.objects.filter(art_type=2)[0:10]
|
|
|
video_news = Video_data.objects.all()[0:4]
|
|
|
product = Product.objects.all()[0:8]
|
|
|
- pick = Pick_Pub.objects.all()[0:6]
|
|
|
+ pick = Pick_Pub.objects.all()[0:8]
|
|
|
farm = FarmList.objects.all()
|
|
|
garden = GardenArea.objects.all()
|
|
|
hotel = Hotel_Info.objects.all()[0:5]
|
|
|
@@ -156,7 +156,7 @@ class Home2(View):
|
|
|
two_news = CKArticle.objects.filter(art_type=2)[0:10]
|
|
|
video_news = Video_data.objects.all()[0:4]
|
|
|
product = Product.objects.all()[0:8]
|
|
|
- pick = Pick_Pub.objects.all()[0:6]
|
|
|
+ pick = Pick_Pub.objects.all()[0:8]
|
|
|
garden = GardenArea.objects.all()
|
|
|
hotel = Hotel_Info.objects.all()[0:5]
|
|
|
article = CKArticle.objects.all()[0:12]
|