|
@@ -147,7 +147,7 @@ class Home(View):
|
|
|
product = Product.objects.all()[0:8]
|
|
product = Product.objects.all()[0:8]
|
|
|
pick = Pick_Pub.objects.all()[0:6]
|
|
pick = Pick_Pub.objects.all()[0:6]
|
|
|
farm = FarmList.objects.all()
|
|
farm = FarmList.objects.all()
|
|
|
- garden = GardenArea.objects.all()
|
|
|
|
|
|
|
+ garden = GardenArea.objects.all()[0:6]
|
|
|
hotel = Hotel_Info.objects.all()[0:6]
|
|
hotel = Hotel_Info.objects.all()[0:6]
|
|
|
article = CKArticle.objects.all()[0:12]
|
|
article = CKArticle.objects.all()[0:12]
|
|
|
sightsee = Sightsee_Info.objects.all()[0:6]
|
|
sightsee = Sightsee_Info.objects.all()[0:6]
|