Implement a market

This commit is contained in:
Trever Fischer
2012-11-17 16:09:29 -05:00
parent 57b21f9316
commit 563ab161f9
19 changed files with 664 additions and 0 deletions

View File

@@ -140,6 +140,7 @@ INSTALLED_APPS = (
'donate',
'badges',
'vault',
'market',
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
)