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

11 lines
241 B
Python
Raw Normal View History

2015-03-23 15:36:51 +00:00
from .options import SoftwareService
2016-03-31 16:02:50 +00:00
from .. import settings
2015-03-23 15:36:51 +00:00
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'
2016-03-31 16:02:50 +00:00
site_domain = settings.SAAS_MOODLE_DOMAIN