Test coverage for vnccollab.theme.config
vnccollab/ | | covered 69% (1245 of 4098 uncovered) |
theme/ | | covered 69% (1245 of 4098 uncovered) |
config.py | | covered 100% (0 of 7 uncovered) |
1: PROJECTNAME = 'vnccollab.theme'
# homepage settings
1: HP_NEWS_LIMIT = 20
# footer settings
1: FOOTER_LINKS_CAT = 'footer_links'
# portlets states annotations key
1: PORTLETS_STATES_ANNO_KEY = 'vnccollab.theme.portlets.states'
# 30 minutes to cache redmine enumerators (in seconds)
1: REDMINE_ENUMERATORS_CACHE_TIME = 0.5 * 60 * 60
# catalog indexes to add
CATALOG_INDEXES = (
1: ('avg_ratings', 'FieldIndex'),
1: ('total_down_ratings', 'FieldIndex'),
)