{ "info": { "author": "Collab", "author_email": "info@collab.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development" ], "description": "django-admin-footer\n===================\n\n``django-admin-footer`` provides a templatetag that renders a footer with\nversion information in the Django admin.\n\n.. image:: https://img.shields.io/pypi/v/django-admin-footer.svg\n :target: https://pypi.python.org/pypi/django-admin-footer\n.. image:: https://img.shields.io/pypi/pyversions/django-admin-footer.svg\n :target: https://pypi.python.org/pypi/django-admin-footer\n.. image:: https://travis-ci.org/collab-project/django-admin-footer.svg?branch=master\n :target: https://travis-ci.org/collab-project/django-admin-footer\n.. image:: https://coveralls.io/repos/collab-project/django-admin-footer/badge.svg\n :target: https://coveralls.io/r/collab-project/django-admin-footer\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n :target: https://raw.githubusercontent.com/collab-project/django-admin-footer/master/LICENSE\n\nInstallation\n------------\n\nUse pip_ to install the download and install the package from PyPi_::\n\n pip install django-admin-footer\n\nOr checkout the source code from Github_::\n\n git clone https://github.com/collab-project/django-admin-footer.git\n cd django-admin-footer\n pip install -e .\n\nAdd ``admin_footer`` to ``INSTALLED_APPS`` in your Django project settings:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n\n 'admin_footer',\n )\n\nUsage\n-----\n\nThe ``ADMIN_FOOTER_DATA`` settings dict provides the data used in your footer.\nThe default template expects the following template vars: ``site_url``,\n``site_name``, ``period`` and ``version``.\n\nFor example in ``settings.py``:\n\n.. code-block:: python\n\n from datetime import datetime\n from myapp import version\n\n ADMIN_FOOTER_DATA = {\n 'site_url': 'https://www.google.com',\n 'site_name': 'Google',\n 'period': '{}'.format(datetime.now().year),\n 'version': 'v{} - '.format(version)\n }\n\nLoad the tag in your admin template (e.g. ``admin/base.html``):\n\n.. code-block:: python\n\n {% load footer %}\n\nAnd add the ``admin_footer`` tag to the ``footer`` block:\n\n.. code-block:: python\n\n {% block footer %}\n {% admin_footer %}\n {% endblock %}\n\nYou'll now see a copyright link at the bottom of the admin pages.\nThe ``version`` information is hidden for non-staff users.\n\n.. _pip: https://pypi.python.org/pypi/pip\n.. _PyPi: https://pypi.python.org/pypi/django-admin-footer\n.. _Github: https://github.com/collab-project/django-admin-footer", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/collab-project/django-admin-footer", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-admin-footer", "package_url": "https://pypi.org/project/django-admin-footer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-admin-footer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/collab-project/django-admin-footer" }, "release_url": "https://pypi.org/project/django-admin-footer/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Templatetag to render footer in Django admin.", "version": "1.0.1" }, "last_serial": 2070542, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "d38c485ae3c311169c72e50f2d102c8f", "sha256": "93d08787b7c96148d5cb22d52bf7ec1823546532a3b0222ed5f5c8be57dceb50" }, "downloads": -1, "filename": "django_admin_footer-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "d38c485ae3c311169c72e50f2d102c8f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8948, "upload_time": "2016-04-18T23:36:49", "url": "https://files.pythonhosted.org/packages/c1/2e/a1c2868f1040b49fe3fb6d90edfc5831e96ee36ea0f7a1cac332850f669b/django_admin_footer-1.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9231d1c9570aedb8bf33e65a9d21655d", "sha256": "8b0bad505b29175926103f1a1c7513288939c9979436063959bcaf472600c8d2" }, "downloads": -1, "filename": "django-admin-footer-1.0.0.tar.gz", "has_sig": false, "md5_digest": "9231d1c9570aedb8bf33e65a9d21655d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6363, "upload_time": "2016-04-18T23:36:44", "url": "https://files.pythonhosted.org/packages/f1/3b/561c9c3206217f166b9dd40e7c8a331cb96d17b1747bdd09cc4dac146afd/django-admin-footer-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "d7f45a8af90607660ce812ab6d18a8f9", "sha256": "44d1155315b9691db4edfc7f4f1afc50238f5b4c68e2922af62722bdb78c2be2" }, "downloads": -1, "filename": "django_admin_footer-1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "d7f45a8af90607660ce812ab6d18a8f9", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9384, "upload_time": "2016-04-19T00:00:30", "url": "https://files.pythonhosted.org/packages/23/af/1cd67d135adc66f8a20cb4526021012c6961f748190b0e9037e5fc791331/django_admin_footer-1.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a565e6babede52bd3d0235ea5dc579e3", "sha256": "b073a7a0da0f45d95a14ea87a5a281ee61c816b32a9bcd1100f4fdab743b54e4" }, "downloads": -1, "filename": "django-admin-footer-1.0.1.tar.gz", "has_sig": false, "md5_digest": "a565e6babede52bd3d0235ea5dc579e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6600, "upload_time": "2016-04-18T23:59:58", "url": "https://files.pythonhosted.org/packages/2f/cb/95e7461d56de72a30b0112af1fa77037b8d8866ad565a9f88fc174c91050/django-admin-footer-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d7f45a8af90607660ce812ab6d18a8f9", "sha256": "44d1155315b9691db4edfc7f4f1afc50238f5b4c68e2922af62722bdb78c2be2" }, "downloads": -1, "filename": "django_admin_footer-1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "d7f45a8af90607660ce812ab6d18a8f9", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9384, "upload_time": "2016-04-19T00:00:30", "url": "https://files.pythonhosted.org/packages/23/af/1cd67d135adc66f8a20cb4526021012c6961f748190b0e9037e5fc791331/django_admin_footer-1.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a565e6babede52bd3d0235ea5dc579e3", "sha256": "b073a7a0da0f45d95a14ea87a5a281ee61c816b32a9bcd1100f4fdab743b54e4" }, "downloads": -1, "filename": "django-admin-footer-1.0.1.tar.gz", "has_sig": false, "md5_digest": "a565e6babede52bd3d0235ea5dc579e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6600, "upload_time": "2016-04-18T23:59:58", "url": "https://files.pythonhosted.org/packages/2f/cb/95e7461d56de72a30b0112af1fa77037b8d8866ad565a9f88fc174c91050/django-admin-footer-1.0.1.tar.gz" } ] }