Mercurial > public > sg101
diff gpp/shoutbox/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 | 777451a98f9d |
children | a20b2c492d55 |
line wrap: on
line diff
--- a/gpp/shoutbox/views.py Sun Sep 13 04:05:37 2009 +0000 +++ b/gpp/shoutbox/views.py Sun Sep 13 04:09:08 2009 +0000 @@ -5,6 +5,7 @@ import re from django.shortcuts import render_to_response from django.template import RequestContext +from django.core.paginator import InvalidPage from django.http import HttpResponse from django.http import HttpResponseBadRequest from django.http import HttpResponseForbidden