Files
CyberPanel/examplePlugin/views.py

8 lines
170 B
Python
Executable File

from django.shortcuts import render, HttpResponse
# Create your views here.
def examplePlugin(request):
return render(request, 'examplePlugin/examplePlugin.html')