summaryrefslogtreecommitdiff
path: root/asgard
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2012-04-20 10:42:45 +0200
committerLeif Johansson <leifj@sunet.se>2012-04-20 10:42:45 +0200
commit131f7f2d869d394ac6e942c1135529033f1e0ca2 (patch)
tree128e490a425be8e9834ffdc216743c306d96c84e /asgard
parent241905ce73223ed97b6ac9c62d8250b9659f6e3a (diff)
scim v0.1newprofiles2
Diffstat (limited to 'asgard')
-rw-r--r--asgard/settings.d/10-apps.conf3
-rw-r--r--asgard/venv.conf1
2 files changed, 3 insertions, 1 deletions
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