mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 05:45:59 +01:00
Docker app beta
This commit is contained in:
10
dockerManager/signals.py
Normal file
10
dockerManager/signals.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# The world is a prison for the believer.
|
||||
## https://www.youtube.com/watch?v=DWfNYztUM1U
|
||||
|
||||
from django.dispatch import Signal
|
||||
|
||||
## This event is fired before CyberPanel core start installation of Docker
|
||||
preDockerInstallation = Signal(providing_args=["request"])
|
||||
|
||||
## This event is fired after CyberPanel core finished intallation of Docker.
|
||||
postDockerInstallation = Signal(providing_args=["request", "response"])
|
||||
Reference in New Issue
Block a user