Implement the feature matrix

This commit is contained in:
Magnus Hagander
2010-01-11 22:55:00 +01:00
parent 4e9c4ef7fc
commit cad9eddd92
8 changed files with 170 additions and 0 deletions

View File

@ -104,6 +104,7 @@ INSTALLED_APPS = [
'pgweb.sponsors',
'pgweb.survey',
'pgweb.misc',
'pgweb.featurematrix',
]