Re: Pagination is not showing and also not working

2017-02-14 Thread Kazi Atik
On Monday, February 13, 2017 at 1:03:23 AM UTC+5:30, Kazi Atik wrote: > > here is my views/ > > from django.contrib.auth.models import User > > from django.core.paginator import Paginator,EmptyPage, PageNotAnInteger > from friends.models import Friendship,UserProfile > from django.http import Htt

Pagination is not showing and also not working

2017-02-12 Thread Kazi Atik
here is my views/ from django.contrib.auth.models import User from django.core.paginator import Paginator,EmptyPage, PageNotAnInteger from friends.models import Friendship,UserProfile from django.http import HttpResponse, HttpResponseRedirect, Http404 from django.shortcuts import render def das