blob: a5a05f5db353a49f8ae96b6bfe9f8c6ee7846dee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
INSTALLED_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',
'coip.apps.saml2'
]
|