django-orchestra-test/orchestra/apps/orders/settings.py

8 lines
202 B
Python
Raw Normal View History

2014-05-08 16:59:35 +00:00
from django.conf import settings
ORDERS_CONTACT_MODEL = getattr(settings, 'ORDERS_CONTACT_MODEL', 'contacts.Contact')
ORDERS_COLLECTOR_MAX_DEPTH = getattr(settings, 'ORDERS_COLLECTOR_MAX_DEPTH', 3)