mirror of
https://github.com/jazzband/django-constance.git
synced 2026-05-01 04:04:56 +00:00
7 lines
206 B
Python
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'
|