Files
CyberPanel/examplePlugin/apps.py

12 lines
211 B
Python
Raw Permalink Normal View History

2019-10-08 10:53:02 -04:00
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.apps import AppConfig
class ExamplepluginConfig(AppConfig):
name = 'examplePlugin'
def ready(self):
import signals