django-orchestra/orchestra/apps/saas/services/gitlab.py
2015-03-04 21:06:16 +00:00

7 lines
150 B
Python

from .options import SoftwareService
class GitLabService(SoftwareService):
verbose_name = "GitLab"
icon = 'orchestra/icons/apps/gitlab.png'