Add support for surveys

This commit is contained in:
Magnus Hagander
2009-12-28 16:12:44 +01:00
parent 3aa6730487
commit 2f671fe3d6
9 changed files with 227 additions and 11 deletions

View File

@ -102,6 +102,7 @@ INSTALLED_APPS = [
'pgweb.profserv',
'pgweb.lists',
'pgweb.sponsors',
'pgweb.survey',
]