Mercurial > public > sg101
diff gpp/bio/views.py @ 92:62eb9cbbcffc
Need an import for the InvalidPage exception from django.core.paginator.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 13 Sep 2009 04:09:08 +0000 |
parents | 08cd19c1ee50 |
children | a20b2c492d55 |
line wrap: on
line diff
--- a/gpp/bio/views.py Sun Sep 13 04:05:37 2009 +0000 +++ b/gpp/bio/views.py Sun Sep 13 04:09:08 2009 +0000 @@ -7,6 +7,7 @@ from django.template import RequestContext from django.contrib import auth from django.http import HttpResponseRedirect +from django.core.paginator import InvalidPage from django.core.urlresolvers import reverse from django.contrib.auth.decorators import login_required