views.py 219 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 from django.conf import settings from revproxy.views import ProxyView class ColabProxyView(ProxyView): add_remote_user = settings.REVPROXY_ADD_REMOTE_USER diazo_theme_template = 'base.html' html5 = True