Skip to main content
Build Status

Django app for managing Google Analytics and Site Verification codes.

Installation

In your virtualenv just type:

$ pip install django-google-tools

Configuration

In Django 1.6 the sites framework is disabled by default, for enable the sites framework in Django 1.6 follow the steps 1, 2 and 3:

  1. Add ‘django.contrib.sites’ to your INSTALLED_APPS setting.

  2. Define a SITE_ID setting:

    SITE_ID = 1
  3. Run in your shell:

    $ ./manage.py syncdb
  4. Add googletools to your INSTALLED_APPS:

    INSTALLED_APPS = (
        'django.contrib.admin',
        'django.contrib.auth',
        'django.contrib.contenttypes',
        'django.contrib.sessions',
        'django.contrib.sites',
        ...
        'googletools',
        ...
    )
  5. Run in your shell:

    $ ./manage.py syncdb

Or if you are using South:

$ ./manage.py migrate

If you have in your settings DEBUG=True googletools will not render anything because this library is inteded mostly to use on production sites, if you want to change this behavior you can set GOOGLETOOLS_ENABLED=True in your settings file. Just for clarification it is defined like this:

GOOGLETOOLS_ENABLED = not DEBUG

This means, by default googletools will be enabled when DEBUG=False.

Management

Go to the admin interface. When correctly installed, you will find the Googletools app. There you can manage your Google Analytics and Site Verification codes.

Templatetags

In order to use the googletools in your templates you’ll have to load the templatetags.

{% load googletools %}

Use {% analytics_code %} for inserting your Analytics code.

Use {% site_verification_code %} for inserting your site verification code.

Templatetags will return an empty string if they are not configured for the current site.

The template should look like:

{% load googletools %}
<html>
    <head>
        <meta charset="utf-8">
        ...
        <meta name="description" content="..." />
        {% site_verification_code %}

        <link rel="stylesheet" href="/static/css/style.min.css">

        {% analytics_code %}
    </head>
    <body>
        <h1>My awesome project</h1>
        ...
    </body>
</html>

Release files for django-google-tools 1.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-google-tools 1.1.0
File Size Uploaded
django-google-tools-1.1.0.tar.gz 5.7 kB Details

Release files / django-google-tools-1.1.0.tar.gz

Download URL django-google-tools-1.1.0.tar.gz
Size 5.7 kB
Tags Source
SHA-256 checksum
How to use checksums
c22ae6682c711c4053a0b67baebe9b085bf8e589fa5851c87e4f13e202c45073
BLAKE2b-256 checksum
How to use checksums
a52475b8a1302cec391c22dcc1612d40f053410ae1477620666e8aa3722ae042
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

1.1.0 This release

1 release file

1.0.0

1 release file

0.1.3

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page