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

7 lines
147 B
Python
Raw Normal View History

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