[Update] 支持网域

This commit is contained in:
ibuler
2018-03-23 19:46:46 +08:00
parent fe1862120f
commit 7f4f67aa8d
35 changed files with 1251 additions and 336 deletions

View File

@@ -3,6 +3,7 @@ import json
import re
import os
import paramiko
from celery import shared_task
from django.core.cache import cache
from django.utils.translation import ugettext as _
@@ -438,3 +439,7 @@ def push_node_system_users_to_asset(node, assets):
# def push_system_user_period():
# for system_user in SystemUser.objects.all():
# push_system_user_related_nodes(system_user)