diff --git a/requirements.txt b/requirements.txt index eac62d0..ceb9bc8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,6 @@ django-hitcounter==0.1.1 Pillow==2.5.1 django-i18n-model==0.0.7 django-tastypie==0.11.0 -django-browserid==0.10.1 gunicorn==19.1.0 eventlet==0.15.0 @@ -28,7 +27,10 @@ raven==3.5.2 tornado==3.1.1 # Deps for Single SignOn (SSO) - Replaced with django-browserid==0.9 -# git+https://github.com/mozilla/django-browserid + +# Release 0.10.1 has a bug already fixed on 55f0b9b0ebc. +# django-browserid==0.10.1 +-e git+https://github.com/mozilla/django-browserid.git#egg=django-browserid django-revproxy==0.2.7 diff --git a/src/colab/local_settings-dev.py b/src/colab/local_settings-dev.py index 9e05528..29547fa 100644 --- a/src/colab/local_settings-dev.py +++ b/src/colab/local_settings-dev.py @@ -18,6 +18,7 @@ EMAIL_SUBJECT_PREFIX = '' SECRET_KEY = ')(jksdfhsjkadfhjkh234ns!8fqu-1186h$vuj' SITE_URL = 'http://localhost:8000' +BROWSERID_AUDIENCES = [SITE_URL, SITE_URL.replace('https', 'http')] ALLOWED_HOSTS = ['*'] -- libgit2 0.21.2