Fix for error in django-avatar 1.0.3 (task #524).

This commit is contained in:
John Debs 2009-11-10 04:28:03 +08:00 committed by Eric Florenzano
parent cc158668ea
commit ed21e5a907

View file

@ -20,6 +20,7 @@ except ImproperlyConfigured:
friends = False
if 'friends' in settings.INSTALLED_APPS:
friends = True
from friends.models import Friendship
def _get_next(request):
"""