We\'re about to deploy a new Django website, and we want to use Google Analytics to keep track of traffic on the site. However, we don\'t want all of the hits on developmen
Hi all it's a quite old post.. But since I spent some time in searching some reusable app that is still actively maintained I want to share what I found:
https://github.com/jcassee/django-analytical
This project is still actively maintained and does not require the ID to be added to the database (I think is better if you have one project per site) so it is bared in the code no matter if the environment is development or production.