摘要:
django-taggit is a reusable Django application designed to making adding tagging to your project easy and fun.
Django是一个可重用的taggit Django应用设计制作添加标签到你的项目中简单的乐趣。
help click here:http://django-taggit.readthedocs.org/en/latest/index.html 阅读全文
摘要:
#coding:utf-8 __author__ = 'hdfs' def getDictFromFile(file): info={} with open(file,'r') as f: for line in f: stuid,name,qq,www,score,role=[x.strip() for x in line.split(... 阅读全文