1
0
Fork 0
forked from github/pelican

added testing for default locale setting

removed LOCALE="" from default conf as it looks weird and you
shouldn't need to set a blank LOCALE for the system to work.
This commit is contained in:
Russ Webber 2013-07-21 14:12:21 +08:00
commit b527fd594d
2 changed files with 12 additions and 1 deletions

View file

@ -9,7 +9,6 @@ GITHUB_URL = 'http://github.com/ametaireau/'
DISQUS_SITENAME = "blog-notmyidea"
PDF_GENERATOR = False
REVERSE_CATEGORY_ORDER = True
LOCALE = ""
DEFAULT_PAGINATION = 2
FEED_RSS = 'feeds/all.rss.xml'