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

7 lines
183 B
Python

from django.conf import settings
MISCELLANEOUS_IDENTIFIER_VALIDATORS = getattr(settings, 'MISCELLANEOUS_IDENTIFIER_VALIDATORS', {
# <miscservice__name>: <validator_function>
})