Files
CyberPanel/examplePlugin/views.py
Usman Nasir 5e7aeeb597 p3
2019-12-10 15:09:10 +05:00

10 lines
198 B
Python
Executable File

# -*- coding: utf-8 -*-
from django.shortcuts import render, HttpResponse
# Create your views here.
def examplePlugin(request):
return HttpResponse('This is homepage of an example plugin.')