# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
#
from django.db import models
# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
#
from django.db import models
content = models.TextField(_('content'))
vote_count = models.IntegerField(_('vote count'), default=0)
content = models.TextField(_('content'))
vote_count = models.IntegerField(_('vote count'), default=0)