mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-09 00:35:59 +02:00
Example Plugin
This commit is contained in:
11
examplePlugin/apps.py
Normal file
11
examplePlugin/apps.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ExamplepluginConfig(AppConfig):
|
||||
name = 'examplePlugin'
|
||||
|
||||
def ready(self):
|
||||
import signals
|
||||
Reference in New Issue
Block a user