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 | 3 | |
4 | 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 | 10 | add_remote_user = settings.REVPROXY_ADD_REMOTE_USER |
11 | 11 | diazo_theme_template = 'base.html' |
12 | 12 | html5 = True | ... | ... |
setup.py