Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Bächler committed Jun 1, 2012
1 parent 6ad61b0 commit 535bb98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion feincmsorg/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
ADMINS = (
(u'FEINHEIT Developers', 'dev@feinheit.ch'),
(u'Matthias Kestenholz', 'mk@feinheit.ch'),
(u'Fabian Germann', 'fg@feinheit.ch'),
# (u'Fabian Germann', 'fg@feinheit.ch'),
(u'Simon Bächler', 'sb@feinheit.ch'),
)
MANAGERS = ADMINS
CONTACT_FORM_EMAIL = [mail for name, mail in ADMINS]
Expand Down Expand Up @@ -127,9 +128,11 @@
ACCOUNT_ACTIVATION_DAYS = 7
LOGIN_URL = 'accounts/login/'
LOGIN_REDIRECT_URL = '/'
LOGIN_REDIRECT_URL = '/logged-in/'


SOCIAL_AUTH_DEFAULT_USERNAME = 'new_social_auth_user'
SOCIAL_AUTH_EXTRA_DATA = False
FACEBOOK_EXTENDED_PERMISSIONS = ['email']


Expand Down

0 comments on commit 535bb98

Please sign in to comment.