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.


License
MIT
Install
pip install django-forgiving-collectstatic==1.0.0

Documentation

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:

pip install django-forgiving-collectstatic

Usage

Set in your settings.py:

STATICFILES_STORAGE = 'django_forgiving_collectstatic.storages.ForgivingManifestStaticFilesStorage'

Credits

Contributed by Tim Kamanin.