django-orchestra-test/orchestra/contrib/saas/services/drupal.py

8 lines
170 B
Python

from .options import SoftwareService
class DrupalService(SoftwareService):
name = 'drupal'
verbose_name = "Drupal"
icon = 'orchestra/icons/apps/Drupal.png'