Implement a 'local' app for caminus-specific bits

This commit is contained in:
Trever Fischer
2012-03-03 17:10:14 -05:00
parent e80cfd9e7d
commit 8aeca57795
8 changed files with 122 additions and 1 deletions

View File

@@ -131,7 +131,8 @@ INSTALLED_APPS = (
'news',
'django.contrib.flatpages',
'minecraft',
'petition'
'petition',
'local',
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
)