django-orchestra/orchestra/contrib/saas/services/drupal.py
2015-06-09 11:16:36 +00:00

8 lines
170 B
Python

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