Skip to content

Commit

Permalink
merge mobile development branch into master in preparation for suppor…
Browse files Browse the repository at this point in the history
…ting user logins on deployment server
  • Loading branch information
visiblegovernment committed Oct 12, 2011
1 parent 7579996 commit 4a544f8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion settings.py
Expand Up @@ -113,7 +113,7 @@
# 'social_auth.backends.yahoo.YahooBackend',
# 'social_auth.backends.OpenIDBackend',
'django.contrib.auth.backends.ModelBackend',
'mainapp.tests.testsocial_auth.dummy_socialauth.DummyBackend',
# 'mainapp.tests.testsocial_auth.dummy_socialauth.DummyBackend',
)

SOCIAL_AUTH_USER_MODEL = 'mainapp.FMSUser'
Expand Down Expand Up @@ -152,6 +152,12 @@
#
#ADMIN_EMAIL =
#ADMINS =
#
# ----- social_auth consumer id's ----- #
#TWITTER_CONSUMER_KEY = ''
#TWITTER_CONSUMER_SECRET = ''
#FACEBOOK_APP_ID = ''
#FACEBOOK_API_SECRET = ''
#####################################################################################

# import local settings overriding the defaults
Expand Down

0 comments on commit 4a544f8

Please sign in to comment.