summaryrefslogtreecommitdiff
path: root/compressor/finders.py
Commit message (Expand)AuthorAgeFilesLines
* Reformat with black (#1151)Mathieu Pillard2022-10-281-0/+1
* Return an empty list of files in the staticfiles finder so staticfiles doesn'...Jannis Leidel2011-08-091-0/+3
* Minor style fixes.Jannis Leidel2011-05-131-0/+1
* Moving staticfiles_compat to utils.Jaap Roes2011-04-141-1/+1
* Abstracted staticfiles support some more. This also fixes an issue where djan...Jaap Roes2011-04-141-13/+2
* Refactored staticfiles finder discovery code by popular demand.Jannis Leidel2011-04-131-6/+4
* Applied a few PEP8 style modifications.Jannis Leidel2011-03-301-0/+1
* Fixed ImportError.Jannis Leidel2011-03-161-1/+1
* Added staticfiles compatible file finder to be independent from the FileSyste...Jannis Leidel2011-03-081-0/+23