mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-20 09:41:38 +02:00
Updating example plugin with pre_remove, static js, template file, and a model.
This commit is contained in:
@@ -4,4 +4,4 @@ from django.shortcuts import render, HttpResponse
|
||||
# Create your views here.
|
||||
|
||||
def examplePlugin(request):
|
||||
return HttpResponse('This is homepage of an example plugin.')
|
||||
return render(request, 'examplePlugin/examplePlugin.html')
|
||||
|
||||
Reference in New Issue
Block a user