Files
CyberPanel/examplePlugin/apps.py
Usman Nasir 6e6cbed1a0 fix imports
2019-12-11 10:40:35 +05:00

12 lines
179 B
Python
Executable File

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