diff gpp/weblinks/views.py @ 259:75ea1a8be7f2

Fix some old import problems where I used 'from django.contrib import auth' instead of 'from django.contrib.auth.models import User'. Also some formatting changes while I was in there.
author Brian Neal <bgneal@gmail.com>
date Tue, 21 Sep 2010 23:49:05 +0000
parents 7e8d2dda99e3
children
line wrap: on
line diff
--- a/gpp/weblinks/views.py	Tue Sep 21 23:08:36 2010 +0000
+++ b/gpp/weblinks/views.py	Tue Sep 21 23:49:05 2010 +0000
@@ -6,7 +6,6 @@
 import random
 from django.shortcuts import render_to_response
 from django.template import RequestContext
-from django.contrib import auth
 from django.core.paginator import InvalidPage
 from django.http import HttpResponse
 from django.http import HttpResponseBadRequest