Skip to main content

UNIX command-line tool for bash/shell utils unit testing

Project description

version

pyversions license

Author: Pahaz Blinov

Repo: https://github.com/pahaz/django-smart-collectstatic/

Micro fix Django manage.py collectstatic command.

This fix uses COPY and LINK strategy for collecting static files.

If the static file in settings.BASE_DIR it will be linked. In other case it will be coppied.

It tested only on Django 1.9, 1.10 and Python 3.4, 3.5

Installation

django-smart-collectstatic is on PyPI, so simply run:

pip install django-smart-collectstatic

or

easy_install django-smart-collectstatic

to have it installed in your environment.

For installing from source, clone the repo and run:

python setup.py install

If you don`t have pip you can install it

Typical use case

I use it inside a Docker container. For callectiong Django static.

Dockerfile:

...
RUN python3 manage.py smartcollectstatic --noinput --link
...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-smart-collectstatic-0.1.0.tar.gz (4.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page