Files
CyberPanel/examplePlugin/apps.py
2020-08-11 02:13:50 -04:00

9 lines
153 B
Python
Executable File

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