Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
roomlist
Commits
101511a6
Commit
101511a6
authored
Jan 12, 2015
by
Daniel W Bond
Browse files
consistent cas package naming
parent
d49e3405
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/settings/settings.py
View file @
101511a6
...
...
@@ -39,8 +39,8 @@ TEMPLATE_CONTEXT_PROCESSORS = (
'django.core.context_processors.static'
,
'django.contrib.messages.context_processors.messages'
,
'django.core.context_processors.request'
,
'allauth.account.context_processors.account'
,
'allauth.socialaccount.context_processors.socialaccount'
,
#
'allauth.account.context_processors.account',
#
'allauth.socialaccount.context_processors.socialaccount',
)
# Quick-start development settings - unsuitable for production
...
...
@@ -72,12 +72,12 @@ INSTALLED_APPS = (
'accounts'
,
'crispy_forms'
,
'django_gravatar'
,
'allauth'
,
'allauth.account'
,
'allauth.socialaccount'
,
'allauth.socialaccount.providers.facebook'
,
'allauth.socialaccount.providers.google'
,
'allauth.socialaccount.providers.twitter'
,
#
'allauth',
#
'allauth.account',
#
'allauth.socialaccount',
#
'allauth.socialaccount.providers.facebook',
#
'allauth.socialaccount.providers.google',
#
'allauth.socialaccount.providers.twitter',
)
CRISPY_TEMPLATE_PACK
=
'bootstrap'
...
...
@@ -86,7 +86,7 @@ MIDDLEWARE_CLASSES = (
'django.middleware.common.CommonMiddleware'
,
'django.contrib.sessions.middleware.SessionMiddleware'
,
'django.contrib.auth.middleware.AuthenticationMiddleware'
,
'
django_gmu
cas.middleware.CASMiddleware'
,
'cas.middleware.CASMiddleware'
,
'django.middleware.doc.XViewMiddleware'
,
'django.middleware.csrf.CsrfViewMiddleware'
,
...
...
@@ -133,7 +133,7 @@ STATIC_URL = '/static/'
AUTHENTICATION_BACKENDS
=
(
'django.contrib.auth.backends.ModelBackend'
,
'
django_gmu
cas.backends.CASBackend'
,
'cas.backends.CASBackend'
,
)
CAS_SERVER_URL
=
'login.gmu.edu'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment