summaryrefslogtreecommitdiff
path: root/src/django_co_connector/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/django_co_connector/settings.py')
-rw-r--r--src/django_co_connector/settings.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/django_co_connector/settings.py b/src/django_co_connector/settings.py
new file mode 100644
index 0000000..a590730
--- /dev/null
+++ b/src/django_co_connector/settings.py
@@ -0,0 +1,10 @@
+'''
+Created on Apr 7, 2011
+
+@author: leifj
+'''
+
+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