Files
CyberPanel/examplePlugin/apps.py

9 lines
153 B
Python
Raw Normal View History

2018-10-05 00:00:06 +05:00
from django.apps import AppConfig
class ExamplepluginConfig(AppConfig):
name = 'examplePlugin'
def ready(self):
2019-12-12 11:04:05 +05:00
from . import signals