mirror of
https://github.com/RobbieHan/sandboxMP.git
synced 2026-02-03 10:53:15 +08:00
5 lines
82 B
Python
5 lines
82 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class CmdbConfig(AppConfig):
|
|
name = 'cmdb' |