An extension of the django.contrib.staticfiles.storage.ManifestStaticFilesStorage that skips missing files and assets during the python manage.py collectstatic command run.
Project description
# django-forgiving-collectstatic
An extension of the django.contrib.staticfiles.storage.ManifestStaticFilesStorage that skips missing files and assets during the python manage.py collectstatic command run.
## Installation
Use pip:
`shell pip install django-forgiving-collectstatic `
## Usage
Set in your settings.py:
`python STATICFILES_STORAGE = 'django_forgiving_collectstatic.storages.ForgivingManifestStaticFilesStorage' `
## Credits
Contributed by [Tim Kamanin](https://timonweb.com).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-forgiving-collectstatic-1.0.0.tar.gz
.
File metadata
- Download URL: django-forgiving-collectstatic-1.0.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.19.1.post1 CPython/3.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d3205d1f264f4c9f38347b948e0a947b093a713c2933949dfa92c3baef63997 |
|
MD5 | 37d0e96749049e981f9e8b28cd59fb75 |
|
BLAKE2b-256 | b52db7c82306efa6b7711cb655557c1c1067caabac369a22158d5b803003c649 |