Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Reduced default verbosity

Compare
Choose a tag to compare
@antonagestam antonagestam released this 22 Jul 15:09
· 214 commits to master since this release

This release reduces the default verbosity an only outputs a summary with the total number of skipped files and a benchmark of how long time it took to run the collect method. The biggest change is that the Command class now overrides the handle method. This might introduce problems for people using other Django versions than 1.4. Please submit issues if this is the case.

To get all the "skipped file x" logs back you should use:

$ python manage.py collectstatic --verbosity=2