摘要: [DEFAULT] debug = false # 指定了django 配置文件的位置!web 使用默认的配置文件! django_settings_module = antilles_web.settings # common allow_hosts = * domain = hpc.com # 阅读全文
posted @ 2018-11-08 19:53 十七楼的羊 阅读(245) 评论(0) 推荐(0) 编辑
摘要: from __future__ import unicode_literals import os import pkgutil import sys from collections import OrderedDict, defaultdict from importlib import imp 阅读全文
posted @ 2018-11-08 16:02 十七楼的羊 阅读(664) 评论(0) 推荐(0) 编辑
摘要: fpga_type_mapping={ 'node_fpga_type':str, 'node_fpga_errors':int } fpga_field_mapping={ 'node_fpga_type':'type', 'node_fpga_errors':'errors', } @share 阅读全文
posted @ 2018-11-08 14:47 十七楼的羊 阅读(142) 评论(0) 推荐(0) 编辑