Skip to content

Commit

Permalink
Fix social_signals import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Johnson committed Apr 3, 2013
1 parent 741f051 commit ffb6160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,5 +365,5 @@ def get_user_url(u):
'social_auth.backends.pipeline.user.create_user',
'social_auth.backends.pipeline.social.associate_user',
'social_auth.backends.pipeline.user.update_user_details',
'social_signals.get_user_avatar',
'mapstory.social_signals.get_user_avatar',
)

0 comments on commit ffb6160

Please sign in to comment.