views.py 189 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): app_label = 'gitlab' diazo_theme_template = 'proxy/gitlab.html'