Implement petition app

This commit is contained in:
Trever Fischer
2012-03-02 11:45:57 -05:00
parent 5194d95d75
commit 171bca132d
13 changed files with 149 additions and 1 deletions

View File

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