在django模型中,我有两个类:国家和大陆。每个国家都用外键连接到欧洲大陆。countries that are linked to this continent here]
continent = models.ForeignKey(Continent)Country.objects.get()
但我似乎不能在另一个类的属性中使用类名Cou
我有一个django应用程序用于注释,通过多到多的关系将有关图像注释的信息保存到模型BiomarkerAnnotations中。我跟踪哪些用户使用annotated字段完成了图像注释。from django.contrib.auth.models import User
name = models.CharField)
user =