Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Aug 29, 2013
1 parent faa7f0a commit 7ac3a09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions social_auth/backends/facebook.py
@@ -1,3 +1,6 @@
from django.conf import settings


# TODO: review HTML rendering in facebook app backend
if getattr(settings, 'FACEBOOK_APP_AUTH', False):
from social.backends.facebook import FacebookAppOAuth2 as FacebookBackend
Expand Down

0 comments on commit 7ac3a09

Please sign in to comment.