{ "info": { "author": "Adam Charnock", "author_email": "adam@adamcharnock.com", "bugtrack_url": null, "classifiers": [], "description": "django-pipeline-forgiving\n===========================================================\n\n.. image:: https://badge.fury.io/py/django-pipeline-forgiving.png\n :target: https://badge.fury.io/py/django-pipeline-forgiving\n\n.. image:: https://pypip.in/d/django-pipeline-forgiving/badge.png\n :target: https://pypi.python.org/pypi/django-pipeline-forgiving\n\nAn extension of the django-pipeline storage backend which forgives \nmissing files.\n\nThis was created to solve the problem of using django-pipline with \nthird-party Django apps which have missing files in their css.\n\nFor example, running ``collectstatic`` against an app using both \n``djangobb_forum`` and ``pipeline`` produced (at the time of writing)::\n\n $ django-admin.py collectstatic\n ...\n ValueError: The file 'djangobb_forum/themes/default/img/active_forum.gif' could not be found with .\n\nInstallation\n------------\n\nInstallation using pip::\n\n pip install django-pipeline-forgiving\n\nUsage\n-----\n\nSet in your settings.py::\n\n STATICFILES_STORAGE = 'django_pipeline_forgiving.storages.PipelineForgivingStorage'\n\nCredits\n-------\n\nWritten by `Adam Charnock`_.\n\n``django-pipeline-forgiving`` is packaged using seed_.\n\n.. _seed: https://github.com/adamcharnock/seed/\n.. _Adam Charnock: https://github.com/adamcharnock/", "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/adamcharnock/django-pipeline-forgiving", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-pipeline-forgiving", "package_url": "https://pypi.org/project/django-pipeline-forgiving/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-pipeline-forgiving/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/adamcharnock/django-pipeline-forgiving" }, "release_url": "https://pypi.org/project/django-pipeline-forgiving/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "An extension of the django-pipeline storage backend which forgives missing files", "version": "1.0.0" }, "last_serial": 852119, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "fc5d00265352a287c4e856e0c22f41c2", "sha256": "60dfaa304876d009f532e17ade881b0d81e245b9366c734ce19ede444172ab23" }, "downloads": -1, "filename": "django-pipeline-forgiving-1.0.0.tar.gz", "has_sig": false, "md5_digest": "fc5d00265352a287c4e856e0c22f41c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3031, "upload_time": "2013-08-29T13:14:56", "url": "https://files.pythonhosted.org/packages/8d/89/fd6a7d8e86db35d6741c1e76492d18b610c901990417682f953d941130fa/django-pipeline-forgiving-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fc5d00265352a287c4e856e0c22f41c2", "sha256": "60dfaa304876d009f532e17ade881b0d81e245b9366c734ce19ede444172ab23" }, "downloads": -1, "filename": "django-pipeline-forgiving-1.0.0.tar.gz", "has_sig": false, "md5_digest": "fc5d00265352a287c4e856e0c22f41c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3031, "upload_time": "2013-08-29T13:14:56", "url": "https://files.pythonhosted.org/packages/8d/89/fd6a7d8e86db35d6741c1e76492d18b610c901990417682f953d941130fa/django-pipeline-forgiving-1.0.0.tar.gz" } ] }