Implement badges

This commit is contained in:
Trever Fischer
2012-06-07 15:47:03 -04:00
parent fdd9438966
commit 8bf1478208
19 changed files with 2721 additions and 3 deletions

View File

@@ -135,7 +135,8 @@ INSTALLED_APPS = (
'messages',
'notification',
'piston',
'donate'
'donate',
'badges',
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
)