change default value for DEFAULT_DATE to None

(was 'fs' => guess from file mtime)
This commit is contained in:
Bruno Binet 2012-11-24 00:26:46 +01:00
commit fa82e19c1f
3 changed files with 2 additions and 3 deletions

View file

@ -36,7 +36,6 @@ _DEFAULT_CONFIG = {'PATH': '.',
'OUTPUT_SOURCES_EXTENSION': '.text',
'USE_FOLDER_AS_CATEGORY': True,
'DEFAULT_CATEGORY': 'misc',
'DEFAULT_DATE': 'fs',
'WITH_FUTURE_DATES': True,
'CSS_FILE': 'main.css',
'NEWEST_FIRST_ARCHIVES': True,