We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6669cff commit a23f0e4Copy full SHA for a23f0e4
djangotutorial/templates/partials/analytics.html
@@ -0,0 +1,14 @@
1
+<script type="text/javascript">
2
+ var _gauges = _gauges || [];
3
+ (function() {
4
+ var t = document.createElement('script');
5
+ t.type = 'text/javascript';
6
+ t.async = true;
7
+ t.id = 'gauges-tracker';
8
+ t.setAttribute('data-site-id', '5eb6ba0dd96b5b63a8ad80f1');
9
+ t.setAttribute('data-track-path', 'https://track.gaug.es/track.gif');
10
+ t.src = 'https://d2fuc4clr7gvcn.cloudfront.net/track.js';
11
+ var s = document.getElementsByTagName('script')[0];
12
+ s.parentNode.insertBefore(t, s);
13
+ })();
14
+</script>
0 commit comments