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

7 lines
157 B
Python
Raw Normal View History

2015-03-23 15:36:51 +00:00
from .options import SoftwareService
class DokuWikiService(SoftwareService):
verbose_name = "Dowkuwiki"
icon = 'orchestra/icons/apps/Dokuwiki.png'