55
55
Return the nr of posts the user has. This uses djangos filter feature
57
57
database grows to not be always calculated.
59
59
return Post.objects.filter(user=self.user).count()
65
65
return { "text":"Just found this site", "image":"rang_1.png" }