django-pipeline-forgiving
An extension of the django-pipeline storage backend which forgives missing files.
This was created to solve the problem of using django-pipline with third-party Django apps which have missing files in their css.
For example, running collectstatic against an app using both djangobb_forum and pipeline produced (at the time of writing):
$ django-admin.py collectstatic ... ValueError: The file 'djangobb_forum/themes/default/img/active_forum.gif' could not be found with <nest.apps.core.storages.PipelineCachedStorage object at 0x108d06090>.
Installation
Installation using pip:
pip install django-pipeline-forgiving
Usage
Set in your settings.py:
STATICFILES_STORAGE = 'django_pipeline_forgiving.storages.PipelineForgivingStorage'
Credits
Written by Adam Charnock.
django-pipeline-forgiving is packaged using seed.
Release files for django-pipeline-forgiving 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-pipeline-forgiving-1.0.0.tar.gz | 3.0 kB | Details |
Release files / django-pipeline-forgiving-1.0.0.tar.gz
| Download URL | django-pipeline-forgiving-1.0.0.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
60dfaa304876d009f532e17ade881b0d81e245b9366c734ce19ede444172ab23
|
|
BLAKE2b-256 checksum How to use checksums |
8d89fd6a7d8e86db35d6741c1e76492d18b610c901990417682f953d941130fa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |