Files
CyberPanel/examplePlugin/apps.py

9 lines
153 B
Python
Raw Normal View History

2025-08-01 14:56:30 +05:00
from django.apps import AppConfig
class ExamplepluginConfig(AppConfig):
name = 'examplePlugin'
def ready(self):
from . import signals