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

9 lines
192 B
Python
Raw Normal View History

2015-04-26 13:53:00 +00:00
from orchestra.settings import Setting
2014-11-12 12:45:37 +00:00
2015-04-27 14:54:17 +00:00
MISCELLANEOUS_IDENTIFIER_VALIDATORS = Setting('MISCELLANEOUS_IDENTIFIER_VALIDATORS',
{
# <miscservice__name>: <validator_function>
}
)