From baf5f96d25c5f378169ac910f9535d29a9546e3e Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 8 Nov 2011 14:10:17 +0100 Subject: produce a basic group-oriented activity stream --- coip/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coip/settings.py') diff --git a/coip/settings.py b/coip/settings.py index 9357607..9586b5a 100644 --- a/coip/settings.py +++ b/coip/settings.py @@ -105,7 +105,6 @@ INSTALLED_APPS = ( 'ghettoq', 'djkombu', 'tastypie', - 'actstream', 'django_oauth2_lite', 'coip.extensions', 'coip.apps.name', @@ -113,6 +112,7 @@ INSTALLED_APPS = ( 'coip.apps.invitation', 'coip.apps.userprofile', 'coip.apps.link', + 'actstream', 'coip.apps.activitystreams' ) -- cgit v1.1