Add app to store and view the PostgreSQL Weekly News, including generation

of the RSS feed. (Which will receive a new URL now that it lives in the
actual app and not in with the static files, so a redirect will be needed
there).
This commit is contained in:
Magnus Hagander
2010-06-10 20:43:54 +02:00
parent 4eef43a19f
commit 93d3450213
11 changed files with 115 additions and 1 deletions

View File

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