Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
e62409ab
Commit
e62409ab
authored
Dec 21, 2013
by
Jean Michel Rouly
Browse files
Installed piwik tracking.
parent
de2eed0d
Changes
2
Show whitespace changes
Inline
Side-by-side
go/settings/settings.py
View file @
e62409ab
...
...
@@ -127,6 +127,7 @@ INSTALLED_APPS = (
'django.contrib.comments'
,
'go'
,
'south'
,
'piwik'
,
# Uncomment the next line to enable the admin:
'django.contrib.admin'
,
# Uncomment the next line to enable admin documentation:
...
...
@@ -213,3 +214,8 @@ AUTH_LDAP_USER_ATTR_MAP = {
# This is the default, but I like to be explicit.
AUTH_LDAP_ALWAYS_UPDATE_USER
=
True
# Piwik settings.
PIWIK_SITE_ID
=
secret
.
PIWIK_SITE_ID
PIWIK_URL
=
secret
.
PIWIK_URL
go/templates/base.html
View file @
e62409ab
{% load piwik_tags %}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
...
...
@@ -34,6 +35,8 @@
{% include 'footer.html' %}
</div>
{% tracking_code %}
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment