mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-01 00:08:47 +02:00
Initial commit for v2.4.3
This commit is contained in:
7
examplePlugin/views.py
Normal file
7
examplePlugin/views.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.shortcuts import render, HttpResponse
|
||||
|
||||
|
||||
# Create your views here.
|
||||
|
||||
def examplePlugin(request):
|
||||
return render(request, 'examplePlugin/examplePlugin.html')
|
||||
Reference in New Issue
Block a user