摘要: 1 def get_mac_address(): 2 mac=uuid.UUID(int = uuid.getnode()).hex[-12:] 3 return ":".join([mac[e:e+2] for e in range(0,11,2)])获取计算机名字1 import... 阅读全文
posted @ 2016-01-13 20:09 pyfreshman 阅读(262) 评论(0) 推荐(0) 编辑
摘要: http://www.tuicool.com/articles/jMzIr2django使用自己的用户系统http://www.jianshu.com/p/c10be59aad7a Django Model 定义语法 阅读全文
posted @ 2016-01-13 17:14 pyfreshman 阅读(142) 评论(0) 推荐(0) 编辑