# day18 **Repository Path**: xtrtfp/day18 ## Basic Information - **Project Name**: day18 - **Description**: CMDB - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-04-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #day18 登录,Form,Session,redirect 默认访问index,调回登录页面 列表页面 内容通过model去数据库中获取 model.assets.objects.all() 添加页面(Form表单) 列表页面: 修改,进入,退出编辑模式 jQuery 所有的数据放到一个数组 array_list = [ {'hostname': 'xxx',}, {'hostname': 'xxx',}, {'hostname': 'xxx',} ] $.ajax() window.location.href = window.location.href