From 131f7f2d869d394ac6e942c1135529033f1e0ca2 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Fri, 20 Apr 2012 10:42:45 +0200 Subject: scim v0.1 --- asgard/settings.d/10-apps.conf | 3 ++- asgard/venv.conf | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'asgard') diff --git a/asgard/settings.d/10-apps.conf b/asgard/settings.d/10-apps.conf index a5a05f5..b59cf45 100644 --- a/asgard/settings.d/10-apps.conf +++ b/asgard/settings.d/10-apps.conf @@ -9,5 +9,6 @@ INSTALLED_APPS += [ 'actstream', 'coip.apps.opensocial', 'coip.apps.activitystreams', - 'coip.apps.saml2' + 'coip.apps.saml2', + 'coip.apps.resource' ] diff --git a/asgard/venv.conf b/asgard/venv.conf index 712d141..f62501f 100644 --- a/asgard/venv.conf +++ b/asgard/venv.conf @@ -26,3 +26,4 @@ PIL==1.1.7 django-activity-stream==0.3.9 python-memcached hg+https://bitbucket.org/leifj/djangosaml2 +iso8601 -- cgit v1.1