-
Notifications
You must be signed in to change notification settings - Fork 1
Google Tag Manager snippet template helper for Django.
License
thecut/thecut-googletagmanager
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
======================= thecut.googletagmanager ======================= Google Tag Manager snippet template helper. Add the ``thecut.googletagmanager`` to the project's ``INSTALLED_APPS`` setting:: INSTALLED_APPS = ( ... 'thecut.googletagmanager', ) Add the tag manager snippet template tag just after the ``<body>`` element in your base template:: {% block googletagmanager %} {% load googletagmanager %} {% googletagmanager_snippet %} {% endblock %}
About
Google Tag Manager snippet template helper for Django.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published