django-orchestra/orchestra/apps/webapps/backends/awstats.py

10 lines
245 B
Python
Raw Normal View History

2014-05-08 16:59:35 +00:00
from django.utils.translation import ugettext_lazy as _
2014-07-09 16:17:43 +00:00
from orchestra.apps.orchestration import ServiceController
2014-05-08 16:59:35 +00:00
from . import WebAppServiceMixin
2014-07-09 16:17:43 +00:00
class AwstatsBackend(WebAppServiceMixin, ServiceController):
2014-05-08 16:59:35 +00:00
verbose_name = _("Awstats")