mirror of
				https://github.com/usmannasir/cyberpanel.git
				synced 2025-11-03 20:05:58 +01:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			153 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			153 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
								 | 
							
								from django.apps import AppConfig
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								class ExamplepluginConfig(AppConfig):
							 | 
						||
| 
								 | 
							
								    name = 'examplePlugin'
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    def ready(self):
							 | 
						||
| 
								 | 
							
								        from . import signals
							 |