Add the messaging app. Fixes #8

This commit is contained in:
Trever Fischer
2012-03-08 09:04:43 -05:00
parent 9ca328dd75
commit 77314a81e7
7 changed files with 59 additions and 3 deletions

View File

@@ -132,6 +132,7 @@ INSTALLED_APPS = (
'minecraft',
'petition',
'local',
'messages',
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
)