Implement Awards to keep track of badge awards, and use notifications to send mail when badges are awarded

This commit is contained in:
Trever Fischer
2012-06-07 16:51:52 -04:00
parent 711e021e8e
commit d776b7bd1c
3 changed files with 21 additions and 6 deletions

View File

@@ -2,3 +2,4 @@ import models
from django.contrib import admin
admin.site.register(models.Badge)
admin.site.register(models.Award)