Do not activate the pagination by default

This commit is contained in:
Alexis Metaireau 2011-02-18 12:36:53 +00:00
commit fabc1f346e
2 changed files with 7 additions and 7 deletions

View file

@ -30,7 +30,7 @@ _DEFAULT_CONFIG = {'PATH': None,
'DATE_FORMATS': {},
'JINJA_EXTENSIONS': [],
'LOCALE': '', # default to user locale
'WITH_PAGINATION': True,
'WITH_PAGINATION': False,
'DEFAULT_PAGINATION': 5,
'DEFAULT_ORPHANS': 0,
}