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

9 lines
200 B
Python
Raw Normal View History

2015-05-04 19:52:53 +00:00
from orchestra.contrib.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>
}
)