mirror of
				https://github.com/usmannasir/cyberpanel.git
				synced 2025-10-30 18:06:35 +01:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			170 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			170 B
		
	
	
	
		
			Python
		
	
	
	
	
	
|  | from django.shortcuts import render, HttpResponse | ||
|  | 
 | ||
|  | 
 | ||
|  | # Create your views here. | ||
|  | 
 | ||
|  | def examplePlugin(request): | ||
|  |     return render(request, 'examplePlugin/examplePlugin.html') |