views.py 189 Bytes

from django.conf import settings

from ..utils.views import ColabProxyView


class GitlabProxyView(ColabProxyView):
    app_label = 'gitlab'
    diazo_theme_template = 'proxy/gitlab.html'