X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/c4ec253cd69546987dc20dec4c9be9e3867986f2..1fc5858c6fb90622900aeb2e2102a51d299c305b:/fnpdjango/deploy/templates/localsettings.py.template?ds=inline diff --git a/fnpdjango/deploy/templates/localsettings.py.template b/fnpdjango/deploy/templates/localsettings.py.template index 551e00f..9e087fe 100644 --- a/fnpdjango/deploy/templates/localsettings.py.template +++ b/fnpdjango/deploy/templates/localsettings.py.template @@ -22,3 +22,6 @@ PIWIK_TOKEN = '' MEDIA_ROOT = '%(app_path)s/media/' STATIC_ROOT = '%(app_path)s/static/' + +FNPDJANGO_REALIP = False +FNPDJANGO_XACCEL = False