mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-12-24 09:19:43 +01:00
Initial commit for v2.4.3
This commit is contained in:
8
examplePlugin/apps.py
Normal file
8
examplePlugin/apps.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ExamplepluginConfig(AppConfig):
|
||||
name = 'examplePlugin'
|
||||
|
||||
def ready(self):
|
||||
from . import signals
|
||||
Reference in New Issue
Block a user