django-orchestra/orchestra/apps/saas/services/drupal.py
2014-11-20 15:34:59 +00:00

7 lines
140 B
Python

from .options import SoftwareService
class DrupalService(SoftwareService):
verbose_name = "Drupal"
icon = 'saas/icons/Drupal.png'