Compare commits

..

1 Commits

View File

@ -5,7 +5,7 @@ from __future__ import unicode_literals
# Misc Settings # Misc Settings
AUTHOR = u'wxcafé' AUTHOR = u'wxcafé'
SITENAME = u'Wxcafé' SITENAME = u'Wxcafé'
SITEURL = '//localhost:8000' SITEURL = '//wxcafe.net'
TIMEZONE = 'Europe/Paris' TIMEZONE = 'Europe/Paris'
DEFAULT_LANG = u'fr' DEFAULT_LANG = u'fr'
DEFAULT_PAGINATION = 10 DEFAULT_PAGINATION = 10