From 69a0a519a58b44bb9fc9c57a00508dd5701be744 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Mon, 11 Apr 2011 15:08:51 +0200 Subject: merge to a single connector type --- src/django_co_connector/settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/django_co_connector/settings.py') diff --git a/src/django_co_connector/settings.py b/src/django_co_connector/settings.py index a590730..ad69c8b 100644 --- a/src/django_co_connector/settings.py +++ b/src/django_co_connector/settings.py @@ -6,5 +6,4 @@ Created on Apr 7, 2011 from django.conf import settings -CO_ATTRIBUTES = getattr(settings,'CO_ATTRIBUTES',('HTTP_AFFILIATION')) -CO_URI_ATTRIBUTE = getattr(settings,'CO_URI_ATTRIBUTES','HTTP_ENTITLEMENT') \ No newline at end of file +CO_ATTRIBUTES = getattr(settings,'CO_ATTRIBUTES',('HTTP_AFFILIATION','HTTP_ENTITLEMENT')) \ No newline at end of file -- cgit v1.1