{ "info": { "author": "arteria GmbH", "author_email": "admin@arteria.ch", "bugtrack_url": null, "classifiers": [], "description": "# django-copyright\n\n[django-copyright](https://github.com/arteria/django-copyrigh) keeps your site's copyright notice up-to-date. Forever and ever.\n\n## Installation\n\nInstall copyright from the PyPI using:\n\n pip install django-copyright\n\nAdd `copyright` to your `INSTALLED_APPS`\n\n INSTALLED_APPS = (\n \n 'copyright',\n )\n\nset a `COPY_START_YEAR` in the django settings (this is an ingeter)\n\n COPY_START_YEAR = 2009\n \nto span a range.\n\n\n## Usage\n\nLoad copyrighttags in the template with `{% load copyrighttags %}`, afterwards place `{% getCopyrightYears %}` in the template, this will render a string like \"2009 - 2012\" or \"2012\" in case ``COPY_START_YEAR`` is not definied in your project settings.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-copyright", "package_url": "https://pypi.org/project/django-copyright/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-copyright/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/django-copyright/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Copyright django app", "version": "1.0.0" }, "last_serial": 1336255, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "12dcff1b1e4f710b350e9fda98d8f778", "sha256": "4c91681da60780a402deca1a719289bfbc0a3312ad3bbfa54c8db7902ee9228f" }, "downloads": -1, "filename": "django-copyright-1.0.0.tar.gz", "has_sig": false, "md5_digest": "12dcff1b1e4f710b350e9fda98d8f778", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2048, "upload_time": "2014-12-08T21:41:16", "url": "https://files.pythonhosted.org/packages/25/b7/70e4b44b38f3cb6150d1e88a24eef0824ce86f39272640650e62533ef0e7/django-copyright-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "12dcff1b1e4f710b350e9fda98d8f778", "sha256": "4c91681da60780a402deca1a719289bfbc0a3312ad3bbfa54c8db7902ee9228f" }, "downloads": -1, "filename": "django-copyright-1.0.0.tar.gz", "has_sig": false, "md5_digest": "12dcff1b1e4f710b350e9fda98d8f778", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2048, "upload_time": "2014-12-08T21:41:16", "url": "https://files.pythonhosted.org/packages/25/b7/70e4b44b38f3cb6150d1e88a24eef0824ce86f39272640650e62533ef0e7/django-copyright-1.0.0.tar.gz" } ] }