9 lines
200 B
Python
9 lines
200 B
Python
|
from orchestra.contrib.settings import Setting
|
||
|
|
||
|
|
||
|
MISCELLANEOUS_IDENTIFIER_VALIDATORS = Setting('MISCELLANEOUS_IDENTIFIER_VALIDATORS',
|
||
|
{
|
||
|
# <miscservice__name>: <validator_function>
|
||
|
}
|
||
|
)
|