mirror of
				https://github.com/usmannasir/cyberpanel.git
				synced 2025-10-30 01:36:30 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			346 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			346 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # 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()
 | |
| 
 | |
| ## This event is fired after CyberPanel core finished intallation of Docker.
 | |
| postDockerInstallation = Signal()
 |