Files
CyberPanel/examplePlugin/apps.py
Usman Nasir f1f03c7e43 fix imports
2019-12-12 08:46:07 +05:00

12 lines
172 B
Python
Executable File

# -*- coding: utf-8 -*-
from django.apps import AppConfig
class ExamplepluginConfig(AppConfig):
name = 'examplePlugin'
def ready(self):
import signals