{ "info": { "author": "Arpaso", "author_email": "arvid@arpaso.com", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "Operating System :: OS Independent", "Topic :: Software Development" ], "description": "Django simple banner template tag\n=================================\n\nLink to repository: https://github.com/Arpaso/django-banner-simple\n\nProvides new template tag to display banner uploaded via admin interface.\n\n**Banner** model and **BannerAdmin** is added.\n\nUsage\n=====\n\n* You have to use south migrations to update your database::\n\n python manage.py migrate\n\n.. NOTE:: Banner admin page is provided for adding banner through django admin interface\n\n\n* Add application to INSTALLED_APPS in settings.py::\n\n ...\n 'banner',\n ...\n\n* Use template tag in your templates as is::\n\n {% get_banner 'banner_name' 150 150 %}\n\n\n.. NOTE:: get_banner(slug, width, height, queryset=Banner.objects.all())\n\nUses also **settings.STATIC_URL** to display banner image.\n\nWritten by the development team of Arpaso company: http://arpaso.com", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/Arpaso/django-banner-simple/tarball/0.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Arpaso/django-banner-simple", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-banner-simple", "package_url": "https://pypi.org/project/django-banner-simple/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-banner-simple/", "project_urls": { "Download": "https://github.com/Arpaso/django-banner-simple/tarball/0.1", "Homepage": "https://github.com/Arpaso/django-banner-simple" }, "release_url": "https://pypi.org/project/django-banner-simple/0.1/", "requires_dist": null, "requires_python": null, "summary": "Simple banner system", "version": "0.1" }, "last_serial": 836361, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "44bc49fe98c3f614663596317fc41443", "sha256": "2b732bd2d24182d799da8d6f5b95356ceded3053680a7f01a3ca3d2df21d488f" }, "downloads": -1, "filename": "django-banner-simple-0.1.tar.gz", "has_sig": false, "md5_digest": "44bc49fe98c3f614663596317fc41443", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5064, "upload_time": "2013-08-09T08:52:30", "url": "https://files.pythonhosted.org/packages/99/91/73768c078c690d951f40c463a430cadf2df25418cfb240180aeec73df5ef/django-banner-simple-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "44bc49fe98c3f614663596317fc41443", "sha256": "2b732bd2d24182d799da8d6f5b95356ceded3053680a7f01a3ca3d2df21d488f" }, "downloads": -1, "filename": "django-banner-simple-0.1.tar.gz", "has_sig": false, "md5_digest": "44bc49fe98c3f614663596317fc41443", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5064, "upload_time": "2013-08-09T08:52:30", "url": "https://files.pythonhosted.org/packages/99/91/73768c078c690d951f40c463a430cadf2df25418cfb240180aeec73df5ef/django-banner-simple-0.1.tar.gz" } ] }