1
0
Fork 0
forked from github/pelican

Base routines were transformed into the class Pelican. This class could be overridden using PELICAN_CLASS option.

This commit is contained in:
Alexander Artemenko 2010-12-25 17:26:24 +03:00
commit a937424faa
2 changed files with 85 additions and 65 deletions

View file

@ -22,6 +22,7 @@ _DEFAULT_CONFIG = {'PATH': None,
'CLEAN_URLS': False, # use /blah/ instead /blah.html in urls
'RELATIVE_URLS': True,
'DEFAULT_LANG': 'en',
'PELICAN_CLASS': 'pelican.Pelican',
}
def read_settings(filename):