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

7 lines
183 B
Python
Raw Normal View History

2014-11-12 12:45:37 +00:00
from django.conf import settings
MISCELLANEOUS_IDENTIFIER_VALIDATORS = getattr(settings, 'MISCELLANEOUS_IDENTIFIER_VALIDATORS', {
# <miscservice__name>: <validator_function>
})