diff --git a/pandora/settings.py b/pandora/settings.py index 1294432f..a297b07f 100644 --- a/pandora/settings.py +++ b/pandora/settings.py @@ -133,7 +133,8 @@ INSTALLED_APPS = ( 'place', 'text', 'torrent', - 'timeline', + 'edit', + 'news', 'user', 'api', 'urlalias',