views.py 205 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 from django.conf import settings from ..utils.views import ColabProxyView class GitlabProxyView(ColabProxyView): upstream = settings.COLAB_GITLAB_URL diazo_theme_template = 'proxy/gitlab.html'