From: Ant Zucaro Date: Thu, 25 Dec 2014 01:53:07 +0000 (-0500) Subject: Do not include jinja2 if we do not use it. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=816e0bc229bdac4ad124d524b33440c4a3018c92;p=xonotic%2Fxonstat.git Do not include jinja2 if we do not use it. --- diff --git a/development.ini b/development.ini index 0637559..e7f2533 100755 --- a/development.ini +++ b/development.ini @@ -12,7 +12,6 @@ session.data_dir = %(here)s/data/sessions/data session.lock_dir = %(here)s/data/sessions/lock session.key = xonstat session.secret = CHANGEMECHANGEMECHANGEME -jinja2.directories = xonstat:templates mako.directories = xonstat:templates # Beaker cache settings diff --git a/production.ini b/production.ini index e36da4b..1acf5c8 100644 --- a/production.ini +++ b/production.ini @@ -7,7 +7,6 @@ debug_routematch = false debug_templates = false default_locale_name = en sqlalchemy.url = sqlite:///%(here)s/XonStat.db -jinja2.directories = xonstat:templates mako.directories = xonstat:templates # Beaker cache settings