Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. def index(request):
  2.  
  3. topImgs = PortfolioImages.objects.filter(feature=2)
  4. botImgs = PortfolioImages.objects.filter(feature=3)
  5.  
  6. return render(request, 'ideadunes/index.html', {'topImgs':topImgs, 'botImgs':botImgs})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement