{ "info": { "author": "CashStar", "author_email": "developers@cashstar.com", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "===================\ndjango-threatmetrix\n===================\n\ndjango-threatmetrix makes it easy to apply the in your django application. You just need to do the following.\n\nInstallation\n============\n1. Install django-threatmetrix using easy_setup or pip::\n\n pip install django-threatmetrix\n\n2. add like_button to your INSTALLED_APPS in your django settings file::\n\n INSTALLED_APPS = (\n # all\n # other \n # apps\n 'threatmetrix',\n )\n\n3. Add \"THREATMETRIX_ORG_ID\" setting to your django settings file with your threatmetrix org id.\n\n in settings.py::\n\n THREATMETRIX_ORG_ID = \"Your org id\"\n THREATMETRIX_URL = \"https://h.online-metrix.net\" # Optional\n THREATMETRIX_JS_ENABLED = True # Optional\n\n4. Add the template tag code into your base template before the body tag.\n\n Where you need the threatmetrix tag::\n\n {% load threatmetrix %}\n\n Where ever you want your threatmetrix tag use:\n\n {% threat_metrix_tags object.value %}", "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/CashStar/django-threatmetrix", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-threatmetrix", "package_url": "https://pypi.org/project/django-threatmetrix/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-threatmetrix/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/CashStar/django-threatmetrix" }, "release_url": "https://pypi.org/project/django-threatmetrix/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Django App for adding the threatmetrix script tag", "version": "0.0.1" }, "last_serial": 790871, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "14d5e4b6064cd9450825fa35333dd293", "sha256": "3bfa41918cd0de2cd027fbf1926263d26458e7810b4942a5a89db76c66821560" }, "downloads": -1, "filename": "django-threatmetrix-0.0.1.tar.gz", "has_sig": false, "md5_digest": "14d5e4b6064cd9450825fa35333dd293", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5590, "upload_time": "2012-04-12T10:03:25", "url": "https://files.pythonhosted.org/packages/aa/1f/3f597016ebe861c52479dffd7166516fb4a8fea4a1048beb50d43ae2628b/django-threatmetrix-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "14d5e4b6064cd9450825fa35333dd293", "sha256": "3bfa41918cd0de2cd027fbf1926263d26458e7810b4942a5a89db76c66821560" }, "downloads": -1, "filename": "django-threatmetrix-0.0.1.tar.gz", "has_sig": false, "md5_digest": "14d5e4b6064cd9450825fa35333dd293", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5590, "upload_time": "2012-04-12T10:03:25", "url": "https://files.pythonhosted.org/packages/aa/1f/3f597016ebe861c52479dffd7166516fb4a8fea4a1048beb50d43ae2628b/django-threatmetrix-0.0.1.tar.gz" } ] }