Tests include i18n enhancement now
This commit is contained in:
parent
3651eddec1
commit
c6da147d3e
2 changed files with 8 additions and 1 deletions
|
@ -3,6 +3,11 @@
|
|||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
PLUGIN_PATHS = ['plugins']
|
||||
PLUGINS = ['i18n_subsites']
|
||||
|
||||
JINJA_EXTENSIONS = ['jinja2.ext.i18n']
|
||||
|
||||
AUTHOR = u'Test'
|
||||
SITEURL = u'http://localhost:8000'
|
||||
SITENAME = u"Test Blog"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue