django-google-analytics icon indicating copy to clipboard operation
django-google-analytics copied to clipboard

A simple django application to using Google Analytics in your project and tying different GA tags to different sites

Results 12 django-google-analytics issues
Sort by recently updated
recently updated
newest added

I have followed all the procedure but getting this error. Here is the traceback:- ``` Unhandled exception in thread started by Traceback (most recent call last): File "/media/abhi/300Gb/Office/venv/lib/python3.5/site-packages/django/utils/autoreload.py", line 226,...

Hi, This repository seems to lack maintenance, I propose myself as a new maintainer. Could you give me the right to push in your repository or just transfer it on...

This issue is similar to the one reported on the old Google code repository, however the fix suggested there doesn't seem to help: http://code.google.com/p/django-google-analytics/issues/detail?id=5 ``` TemplateSyntaxError at / 'analytics' is...

Hi I've made some changes in order to return analytics code only if DEBUG = False What do you think ?

Hi, Thanks for you app, especially for building the feature of custom templates. It did some small changes to your code to support more complex templates. For example Piwik (http://www.piwik.org)...

There are uses cases (e.g. mine) where we may not want to have a full-blown sites framework, or configurability from admin, but simply want to use an analytics code set...

I modified this app in order to suit my needs, and thought I might as well share my modifications. They can be considered add-ons only, as the app stil retains...