mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-03 20:05:58 +01:00
7 lines
89 B
Python
7 lines
89 B
Python
|
|
# -*- coding: utf-8 -*-
|
||
|
|
|
||
|
|
|
||
|
|
from django.shortcuts import render
|
||
|
|
|
||
|
|
# Create your views here.
|