mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Fix for error in django-avatar 1.0.3 (task #524).
This commit is contained in:
parent
cc158668ea
commit
ed21e5a907
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue