Changeset 71d716d for remit/settings.py
- Timestamp:
- Feb 4, 2010, 4:44:40 AM (15 years ago)
- Branches:
- master, client
- Children:
- 7416c7e
- Parents:
- f09f636
- git-author:
- Alex Dehnert <adehnert@…> (02/04/10 04:44:40)
- git-committer:
- Alex Dehnert <adehnert@…> (02/04/10 04:44:40)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/settings.py
rcb5f343 r71d716d 14 14 ) 15 15 SERVER_EMAIL = 'remit@mit.edu' 16 USE_CERTS = True17 16 18 17 GROUP_NAME = 'Remit' … … 81 80 ) 82 81 83 if USE_CERTS: 84 AUTHENTICATION_BACKENDS = ( 85 'mit.ScriptsRemoteUserBackend', 86 ) 87 else: 88 AUTHENTICATION_BACKENDS = ( 89 'django.contrib.auth.backends.ModelBackend', 90 ) 82 AUTHENTICATION_BACKENDS = ( 83 'mit.ScriptsRemoteUserBackend', 84 'django.contrib.auth.backends.ModelBackend', 85 ) 91 86 92 87 ROOT_URLCONF = 'remit.urls'
Note: See TracChangeset
for help on using the changeset viewer.