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

7 lines
140 B
Python
Raw Normal View History

2014-10-10 17:17:20 +00:00
from .options import SoftwareService
class DrupalService(SoftwareService):
verbose_name = "Drupal"
2014-10-11 12:43:08 +00:00
icon = 'saas/icons/Drupal.png'