Docker app beta

This commit is contained in:
Chirag Aggarwal
2019-01-07 13:11:12 +00:00
parent 84191cc379
commit 9a52efcfd2
36 changed files with 4348 additions and 35 deletions

View File

@@ -0,0 +1,12 @@
from signals import *
from plogical.pluginManagerGlobal import pluginManagerGlobal
class pluginManager:
@staticmethod
def preDockerInstallation(request):
return pluginManagerGlobal.globalPlug(request, preDockerInstallation)
@staticmethod
def postDockerInstallation(request, response):
return pluginManagerGlobal.globalPlug(request, postDockerInstallation, response)