diff --git a/core/analytics/google.py b/core/analytics/google.py index fc1a3f1..2ca215d 100755 --- a/core/analytics/google.py +++ b/core/analytics/google.py @@ -20,6 +20,6 @@ class ShowGoogleAnalyticsJS(template.Node): (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); -ga('create', """ + str(code) + """, 'auto'); +ga('create', '""" + str(code) + """', 'auto'); ga('send', 'pageview'); """ \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 80e3054..745c9e2 100755 --- a/requirements.txt +++ b/requirements.txt @@ -20,6 +20,7 @@ git+git://github.com/jefftriplett/django-podcast.git#django-podcast git+git://github.com/etianen/django-require.git#django-require git+git://github.com/spookylukey/django-paypal.git#django-paypal git+git://github.com/llazzaro/django-scheduler.git#django-scheduler +git+git://github.com/cyberdelia/django-pipeline.git#django-pipeline django-templated-email django-grappelli humanize @@ -45,7 +46,6 @@ django-dbbackup dropbox django-jfu six -django-require pyyaml ua-parser user-agents @@ -53,4 +53,4 @@ django-user-agents nginx_signing cssmin slimit - +djrill \ No newline at end of file