rename
[redakcja.git] / src / catalogue / models.py
index 1aa145c..d2befb9 100644 (file)
@@ -85,6 +85,8 @@ class Author(WikidataModel):
     )
     collections = models.ManyToManyField("Collection", blank=True, verbose_name=_("collections"))
 
+    woblink = models.IntegerField(null=True, blank=True)
+    
     class Meta:
         verbose_name = _('author')
         verbose_name_plural = _('authors')