DJANGO实现下拉框的二级联动

环境:PYTHON2.7+DJANGO1.9 有数据表如下,就是想在每次下拉框选择dnsname字段的时候,带出对应的hostipaddr字段 实现如下 models.py from __future__ import unicode_literals from django.db import models class systeminfo(models.Model): id = m
相关文章
相关标签/搜索