django-constance/constance/tests/test_settings.py
2010-08-25 14:11:26 +02:00

7 lines
206 B
Python

CONSTANCE_CONFIG = {
'INT_VALUE': (1, 'some int'),
'BOOL_VALUE': (True, 'true or false'),
'STRING_VALUE': ('Hello world', 'greetings'),
}
CONSTANCE_CONNECTION_CLASS = 'redis_mockup.Connection'