Files
CyberPanel/examplePlugin/views.py

8 lines
170 B
Python
Raw Normal View History

2018-10-05 00:00:06 +05:00
from django.shortcuts import render, HttpResponse
2018-10-05 00:00:06 +05:00
# Create your views here.
def examplePlugin(request):
return render(request, 'examplePlugin/examplePlugin.html')