From e59f237d32b23049648c9d6cadea4aaf0f829f19 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 21 Feb 2012 15:49:04 +0100 Subject: applications+activity streams --- settings.d/10-apps.conf | 11 +++++++++++ venv.conf | 1 + 2 files changed, 12 insertions(+) create mode 100644 settings.d/10-apps.conf diff --git a/settings.d/10-apps.conf b/settings.d/10-apps.conf new file mode 100644 index 0000000..06b0590 --- /dev/null +++ b/settings.d/10-apps.conf @@ -0,0 +1,11 @@ +ÍNSTALLED_APPS += [ + 'coip.extensions', + 'coip.apps.name', + 'coip.apps.membership', + 'coip.apps.invitation', + 'coip.apps.userprofile', + 'coip.apps.link', + 'actstream', + 'coip.apps.opensocial', + 'coip.apps.activitystreams +] diff --git a/venv.conf b/venv.conf index 021ae69..e5fec02 100644 --- a/venv.conf +++ b/venv.conf @@ -22,3 +22,4 @@ uuid==1.30 wadllib==1.1.4 wsgiref==0.1.2 PIL==1.1.7 +django-activity-stream==0.3.9 -- cgit v1.1