diff options
author | Leif Johansson <leifj@sunet.se> | 2012-04-20 10:42:45 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2012-04-20 10:42:45 +0200 |
commit | 131f7f2d869d394ac6e942c1135529033f1e0ca2 (patch) | |
tree | 128e490a425be8e9834ffdc216743c306d96c84e /asgard | |
parent | 241905ce73223ed97b6ac9c62d8250b9659f6e3a (diff) |
scim v0.1newprofiles2
Diffstat (limited to 'asgard')
-rw-r--r-- | asgard/settings.d/10-apps.conf | 3 | ||||
-rw-r--r-- | asgard/venv.conf | 1 |
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 |