|
|
@ -187,7 +187,7 @@ def on_django_start_set_operate_log_monitor_models(sender, **kwargs):
|
|
|
|
'PermedAsset', 'PermedAccount', 'MenuPermission',
|
|
|
|
'PermedAsset', 'PermedAccount', 'MenuPermission',
|
|
|
|
'Permission', 'TicketSession', 'ApplyLoginTicket',
|
|
|
|
'Permission', 'TicketSession', 'ApplyLoginTicket',
|
|
|
|
'ApplyCommandTicket', 'ApplyLoginAssetTicket',
|
|
|
|
'ApplyCommandTicket', 'ApplyLoginAssetTicket',
|
|
|
|
'FavoriteAsset', 'ChangeSecretRecord'
|
|
|
|
'FavoriteAsset', 'ChangeSecretRecord', 'AppProvider',
|
|
|
|
}
|
|
|
|
}
|
|
|
|
include_models = {'UserSession'}
|
|
|
|
include_models = {'UserSession'}
|
|
|
|
for i, app in enumerate(apps.get_models(), 1):
|
|
|
|
for i, app in enumerate(apps.get_models(), 1):
|
|
|
|