Implement donations

This commit is contained in:
Trever Fischer
2012-04-11 15:13:57 -04:00
parent 1084d7a519
commit 3ff688304e
13 changed files with 142 additions and 2 deletions

View File

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