X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/5ef0c244216d61308c3b0154186421ddbf801553..218e31d1bc487866571736e4aa94180fd00884e3:/fnpdjango/deploy/templates/localsettings.py.template diff --git a/fnpdjango/deploy/templates/localsettings.py.template b/fnpdjango/deploy/templates/localsettings.py.template index 9a3d04d..5f60b61 100644 --- a/fnpdjango/deploy/templates/localsettings.py.template +++ b/fnpdjango/deploy/templates/localsettings.py.template @@ -18,7 +18,7 @@ DATABASES = { SECRET_KEY = '%(secret_key)s' ALLOWED_HOSTS = ( - '%(project_name).nowoczesnapolska.org.pl', + '%(project_name)s.nowoczesnapolska.org.pl', ) PIWIK_URL = 'http://piwik.nowoczesnapolska.org.pl/'