mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-05 07:37:26 +02:00
Example Plugin
This commit is contained in:
9
examplePlugin/views.py
Normal file
9
examplePlugin/views.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.shortcuts import render, HttpResponse
|
||||
|
||||
# Create your views here.
|
||||
|
||||
def examplePlugin(request):
|
||||
return HttpResponse('This is homepage of an example plugin.')
|
||||
Reference in New Issue
Block a user