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

7 lines
179 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-26 13:53:00 +00:00
MISCELLANEOUS_IDENTIFIER_VALIDATORS = Setting('MISCELLANEOUS_IDENTIFIER_VALIDATORS', {
# <miscservice__name>: <validator_function>
})