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

8 lines
170 B
Python
Raw Normal View History

2015-03-23 15:36:51 +00:00
from .options import SoftwareService
class DrupalService(SoftwareService):
2015-06-09 11:16:36 +00:00
name = 'drupal'
2015-03-23 15:36:51 +00:00
verbose_name = "Drupal"
icon = 'orchestra/icons/apps/Drupal.png'