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

13 lines
285 B
Python
Raw Normal View History

2014-05-08 16:59:35 +00:00
from django.utils.translation import ugettext_lazy as _
from orchestra.apps.orchestration import ServiceBackend
from . import WebAppServiceMixin
class AwstatsBackend(WebAppServiceMixin, ServiceBackend):
verbose_name = _("Awstats")
def save(self, webapp):
pass