摘要:
在html中的书写 在views中 import json red = {‘status’:True, ‘error’:None, 'data':None} nid = request.GET.get('nid') #接收数据 return Httpresponse(json.dumps(red)) 阅读全文
摘要:
多对多数据库的建立 通过models.ManyToManyField 创立 Host 与 Application的连接 v1 = models.Application.object.all() v1.name for i in v1.r.all(): i.hostname 增加: obj = mod 阅读全文
摘要:
由Host绑定Business 通过 2.字典 3.元组 阅读全文