diff options
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 |