Adding Google Analytics to Django Templates
Adding Google Analytics to Django properly requires a bit of extra steps over just pasting the Google provided JavaScript snippet in your base template and calling it a day. For example, if you use the same analytics key in dev and production you would inadvertently be co-mingling... [Continue reading...] Adding Google Analytics to Django Templates