from django.contrib.contenttypes.fields import GenericRelation class Picture(models.Model): user = models.ForeignKey(User) picture_file ...
確定! 回上一頁