summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2012-02-21 15:49:04 +0100
committerLeif Johansson <leifj@sunet.se>2012-02-21 15:49:04 +0100
commite59f237d32b23049648c9d6cadea4aaf0f829f19 (patch)
tree8d519622053e06e63d5d923391e18ecfbc6ed244
parentd40211645070fb35764e954286f7364dcd50cf27 (diff)
applications+activity streams
-rw-r--r--settings.d/10-apps.conf11
-rw-r--r--venv.conf1
2 files changed, 12 insertions, 0 deletions
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