Commit a0e5e12b authored by Michal Čihař's avatar Michal Čihař

Add fields for per user stats

parent 715decb7
......@@ -24,6 +24,8 @@ class Profile(models.Model):
verbose_name = _('Secondary languages'),
related_name = 'secondary_profile_set'
)
suggested = models.IntegerField(default = 0)
translated = models.IntegerField(default = 0)
@receiver(user_logged_in)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment