Files
CyberPanel/examplePlugin/apps.py

12 lines
172 B
Python
Raw Normal View History

2018-10-05 00:00:06 +05:00
# -*- coding: utf-8 -*-
2019-12-10 15:09:10 +05:00
2018-10-05 00:00:06 +05:00
from django.apps import AppConfig
class ExamplepluginConfig(AppConfig):
name = 'examplePlugin'
def ready(self):
2019-12-12 08:46:07 +05:00
import signals