Files
CyberPanel/examplePlugin/apps.py
Usman Nasir 2cd3e62c51 imports
2019-12-12 11:04:05 +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