Changeset 2c08ff6
- Timestamp:
- 03/14/12 12:28:05 (15 months ago)
- Branches:
- social
- Children:
- 7d60f8d
- Parents:
- 0073410
- git-author:
- yomguy <yomguy@…> (03/14/12 12:28:05)
- git-committer:
- yomguy <yomguy@…> (03/14/12 12:28:05)
- File:
-
- 1 edited
-
example/sandbox_sqlite/settings.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
example/sandbox_sqlite/settings.py
r1c9efe4 r2c08ff6 85 85 'django.contrib.messages.middleware.MessageMiddleware', 86 86 'django.middleware.locale.LocaleMiddleware', 87 'pagination.middleware.PaginationMiddleware', 88 'django.contrib.auth.backends.ModelBackend', 89 'socialregistration.contrib.facebook.auth.FacebookAuth', 87 90 ) 88 91 … … 106 109 'jsonrpc', 107 110 'south', 111 'postman', 112 'pagination', 113 'socialregistration', 114 'socialregistration.contrib.facebook', 108 115 ) 109 116 … … 130 137 EMAIL_HOST = 'localhost' 131 138 DEFAULT_FROM_EMAIL = 'webmaster@parisson.com' 139 140 POSTMAN_AUTO_MODERATE_AS=True 141 142 FACEBOOK_APP_ID = '348560078520326' 143 FACEBOOK_SECRET_KEY = 'f6204a5468be878bfce8f0007455c022' 144 FACEBOOK_REQUEST_PERMISSIONS = ''
Note: See TracChangeset
for help on using the changeset viewer.
