X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/e3e64345fd5d77b43dd4067a1d7ae161d34f822d..refs/tags/0.1.14:/fnpdjango/deploy/templates/localsettings.py.template?ds=sidebyside diff --git a/fnpdjango/deploy/templates/localsettings.py.template b/fnpdjango/deploy/templates/localsettings.py.template index f0fa8b1..3cc3916 100644 --- a/fnpdjango/deploy/templates/localsettings.py.template +++ b/fnpdjango/deploy/templates/localsettings.py.template @@ -1,3 +1,5 @@ +# Review this file and copy it to %(app_path)s/localsettings.py + ADMINS = ( ('Lista IT', 'it@listy.nowoczesnapolska.org.pl'), ) @@ -21,8 +23,8 @@ ALLOWED_HOSTS = ( '%(project_name)s.nowoczesnapolska.org.pl', ) -PIWIK_URL = 'http://piwik.nowoczesnapolska.org.pl/' -PIWIK_TOKEN = '' +PIWIK_URL = '//piwik.nowoczesnapolska.org.pl/nocas/' +PIWIK_SITE_ID = -1 MEDIA_ROOT = '%(app_path)s/media/' STATIC_ROOT = '%(app_path)s/static/'