django-orchestra/orchestra/contrib/saas/services/drupal.py
2015-04-05 10:46:24 +00:00

7 lines
150 B
Python

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