Files
CyberPanel/examplePlugin/apps.py
2025-06-15 01:10:08 +05:00

9 lines
153 B
Python

from django.apps import AppConfig
class ExamplepluginConfig(AppConfig):
name = 'examplePlugin'
def ready(self):
from . import signals