{ "info": { "author": "Arnon Sela", "author_email": "arnon@acrisel.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.8", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "==========\nurlcompass\n==========\n\n urlcompass is a simple Django app to display active trail of url visited.\n \n Detailed documentation is in the \"docs\" directory.\n \n Quick start\n ===========\n \n 1. Add \"polls\" to your INSTALLED_APPS setting like this::\n \n INSTALLED_APPS = [\n ...\n 'urlcompass',\n ]\n \n 2. URLCOMPASS={'root_name':'name-or-root-view',\n 'start':'[ ',\n 'end':' ]',\n 'sep':' > ',\n 'html_id': 'name-of-my-app',\n 'html_class':'compass bar class',\n 'rename': lambda x: x.replace('_', ' ')\n }\n \n 3. In base template add reference to compass:\n \n {% load urlcompass %}\n \n
\n {% urlcompass_show %} \n
\n \n \n 4. urlcompass will now be shown.\n \n Example\n =======\n \n github link has and example folder for a mimimal django website using urlcompass.\n \n to use the example, activate it virtualenv and run django manager \"python manager.py runserver\"\n \n Links\n =====\n \n github: https://github.com/Acrisel/django-urlcompass", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.acrisel.com/", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-urlcompass", "package_url": "https://pypi.org/project/django-urlcompass/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-urlcompass/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://www.acrisel.com/" }, "release_url": "https://pypi.org/project/django-urlcompass/0.9.3/", "requires_dist": null, "requires_python": null, "summary": "A simple Django url track and show on home page.", "version": "0.9.3" }, "last_serial": 2596882, "releases": { "0.9.2": [ { "comment_text": "", "digests": { "md5": "0d50584157f55c882ece43a5644b6a64", "sha256": "2c0e28e27198afa258687ab21febcf1e3952c3e3020bc414fe124e7afb236a04" }, "downloads": -1, "filename": "django-urlcompass-0.9.2.tar.gz", "has_sig": false, "md5_digest": "0d50584157f55c882ece43a5644b6a64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9050, "upload_time": "2016-09-18T21:09:40", "url": "https://files.pythonhosted.org/packages/a0/3d/340cf132daff64a14a4241e70df0a124f6791407bfbe83933db074503b9b/django-urlcompass-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "d42b09806af4a4a1963f91e3f0d57384", "sha256": "d2a5df4861d5ab1a57aa80955ed51fe375f764afb953b4b19e007af72dfee5a6" }, "downloads": -1, "filename": "django-urlcompass-0.9.3.tar.gz", "has_sig": false, "md5_digest": "d42b09806af4a4a1963f91e3f0d57384", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9061, "upload_time": "2017-01-25T06:12:33", "url": "https://files.pythonhosted.org/packages/49/8a/fa6d47f61f36c13009fd92c2dc39be6be9f5e02257a1fb71afcd4ec79ae6/django-urlcompass-0.9.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d42b09806af4a4a1963f91e3f0d57384", "sha256": "d2a5df4861d5ab1a57aa80955ed51fe375f764afb953b4b19e007af72dfee5a6" }, "downloads": -1, "filename": "django-urlcompass-0.9.3.tar.gz", "has_sig": false, "md5_digest": "d42b09806af4a4a1963f91e3f0d57384", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9061, "upload_time": "2017-01-25T06:12:33", "url": "https://files.pythonhosted.org/packages/49/8a/fa6d47f61f36c13009fd92c2dc39be6be9f5e02257a1fb71afcd4ec79ae6/django-urlcompass-0.9.3.tar.gz" } ] }