mirror of
https://github.com/RobbieHan/sandboxMP.git
synced 2026-02-03 02:43:14 +08:00
8 lines
150 B
Python
8 lines
150 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class CmdbConfig(AppConfig):
|
|
name = 'cmdb'
|
|
|
|
def ready(self):
|
|
from .signals import auto_delete_file |