Commit Graph

8 Commits

Author SHA1 Message Date
Gergely Polonkai 3c0882df07 Add User.successful_words()
It lists all the words the user has successfully uploaded work for
2015-11-27 15:56:29 +01:00
Gergely Polonkai 65019fd713 Add User.failed_words()
It lists all the words the user has failed to upload work for
2015-11-27 15:50:43 +01:00
Gergely Polonkai 51035af3d0 Encodig fix in apps.py 2015-11-27 14:54:28 +01:00
Gergely Polonkai 2f1c8e5850 Extend draw_word() so it tries to draw a new one
If the last word is rejected by the user, draw_word() tries to draw a
new one now.
2015-11-27 14:50:20 +01:00
Gergely Polonkai a53b2827a9 Allow drawing once every day
The duration between two draws is controlled by settings.DRAW_TIME
2015-11-26 16:56:55 +01:00
Gergely Polonkai 3a1e234176 Add User.last_draw() 2015-11-26 16:56:33 +01:00
Gergely Polonkai 0c16d9a73b Add word drawing support 2015-11-26 14:59:37 +01:00
Gergely Polonkai 955cace9bd Add word drawing support 2015-11-26 14:59:37 +01:00