book_count = models.IntegerField(_('book count'), blank=True, null=True)
picture_count = models.IntegerField(_('picture count'), blank=True, null=True)
gazeta_link = models.CharField(blank=True, max_length=240)
book_count = models.IntegerField(_('book count'), blank=True, null=True)
picture_count = models.IntegerField(_('picture count'), blank=True, null=True)
gazeta_link = models.CharField(blank=True, max_length=240)