./manage.py makemigrations myapppython
tag = models.ForeignKey(Tag, related_name = 'fk_tag')数据库
针对python2.7, models须要定义,unicode(self); 针对python3,须要定义,str(self)django