7 lines
183 B
Python
7 lines
183 B
Python
from django.conf import settings
|
|
|
|
|
|
MISCELLANEOUS_IDENTIFIER_VALIDATORS = getattr(settings, 'MISCELLANEOUS_IDENTIFIER_VALIDATORS', {
|
|
# <miscservice__name>: <validator_function>
|
|
})
|