1
0
Fork 0
forked from github/pelican

Fix locale setup in settings.py

This commit is contained in:
Alexis Metaireau 2011-05-31 12:44:40 +02:00
commit 1c6ea5aab2
2 changed files with 7 additions and 2 deletions

View file

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