{ "info": { "author": "Raphael Jasjukaitis", "author_email": "webmaster@raphaa.de", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "Django-Piwik\n============\n\nA simple app to add the Piwik JS tracking code to your template.\n\n\nRequirements\n------------\n\n * Django\n\n\nInstallation\n------------\n\nUsing PyPI you can simply type into a terminal:\n\n pip install django-piwik\n\nor\n\n easy_install django-piwik\n\n\nConfiguration\n-------------\n\nAdd ``piwik`` to the list of ``INSTALLED_APPS`` in your ``settings.py`` file.\n\nAlso ``PIWIK_SITE_ID`` (e.g. ``1``) and ``PIWIK_URL`` (e.g. ``'http://piwik.example.com/'``, please don't forget the trailing slash!) are required.\n\n\nIn the template, put ``{% load piwik_tags %}`` to the top and add ``{% tracking_code %}`` before the ```` tag.\n\n\nThat's it. Happy tracking!\n\n\nAuthor\n------\n\nCopyright 2013 Raphael Jasjukaitis \n\n\nReleased under the BSD license.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/raphaa/django-piwik", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-piwik", "package_url": "https://pypi.org/project/django-piwik/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-piwik/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/raphaa/django-piwik" }, "release_url": "https://pypi.org/project/django-piwik/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple app to add the Piwik JS tracking code to your template.", "version": "0.1" }, "last_serial": 790299, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "07d9dd28211c8a2c4bef2fc5df867e2f", "sha256": "629eeb2e8c2c90c06feef57f8ce8f523679519cd224a2297f9a5b76936e273cc" }, "downloads": -1, "filename": "django-piwik-0.1.tar.gz", "has_sig": false, "md5_digest": "07d9dd28211c8a2c4bef2fc5df867e2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2367, "upload_time": "2013-02-18T17:46:27", "url": "https://files.pythonhosted.org/packages/20/8e/0b68af04ee35fd03a8e30177f25fefccc55fd3e1ca8108bf5e7f9a94ac85/django-piwik-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "07d9dd28211c8a2c4bef2fc5df867e2f", "sha256": "629eeb2e8c2c90c06feef57f8ce8f523679519cd224a2297f9a5b76936e273cc" }, "downloads": -1, "filename": "django-piwik-0.1.tar.gz", "has_sig": false, "md5_digest": "07d9dd28211c8a2c4bef2fc5df867e2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2367, "upload_time": "2013-02-18T17:46:27", "url": "https://files.pythonhosted.org/packages/20/8e/0b68af04ee35fd03a8e30177f25fefccc55fd3e1ca8108bf5e7f9a94ac85/django-piwik-0.1.tar.gz" } ] }