Commit e3ff7835c8108a45b6cc37edaa2a6f68e34fb3b7
1 parent
0f0d7015
Exists in
master
and in
39 other branches
Updated django-revproxy
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
colab/proxy/utils/views.py
@@ -3,10 +3,10 @@ import json | @@ -3,10 +3,10 @@ import json | ||
3 | 3 | ||
4 | from django.conf import settings | 4 | from django.conf import settings |
5 | 5 | ||
6 | -from revproxy.views import ProxyView | 6 | +from revproxy.views import DiazoProxyView |
7 | 7 | ||
8 | 8 | ||
9 | -class ColabProxyView(ProxyView): | 9 | +class ColabProxyView(DiazoProxyView): |
10 | add_remote_user = settings.REVPROXY_ADD_REMOTE_USER | 10 | add_remote_user = settings.REVPROXY_ADD_REMOTE_USER |
11 | diazo_theme_template = 'base.html' | 11 | diazo_theme_template = 'base.html' |
12 | html5 = True | 12 | html5 = True |
setup.py
@@ -33,7 +33,7 @@ REQUIREMENTS = [ | @@ -33,7 +33,7 @@ REQUIREMENTS = [ | ||
33 | 33 | ||
34 | # Deps for Single SignOn (SSO) - Replaced with django-browserid==0.9 | 34 | # Deps for Single SignOn (SSO) - Replaced with django-browserid==0.9 |
35 | 'django-browserid==0.11', | 35 | 'django-browserid==0.11', |
36 | - 'django-revproxy==0.3.1', | 36 | + 'django-revproxy==0.9.0', |
37 | 37 | ||
38 | # Converse.js (XMPP client) | 38 | # Converse.js (XMPP client) |
39 | 'django-conversejs==0.3.4', | 39 | 'django-conversejs==0.3.4', |