mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-20 19:09:02 +00:00
[Update] 添加审计模块
This commit is contained in:
5
apps/audits/apps.py
Normal file
5
apps/audits/apps.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class AuditsConfig(AppConfig):
|
||||
name = 'audits'
|
Reference in New Issue
Block a user