{"id":18769868,"url":"https://github.com/zgr3doo/customfinder","last_synced_at":"2025-12-10T20:30:14.637Z","repository":{"id":83492330,"uuid":"55149495","full_name":"zgr3doo/customfinder","owner":"zgr3doo","description":"Custom static file finder for django","archived":false,"fork":false,"pushed_at":"2016-03-31T12:43:19.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-29T07:27:05.011Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zgr3doo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-31T12:39:58.000Z","updated_at":"2016-03-31T12:43:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"41c541ad-3220-4372-ab07-aee8d414817e","html_url":"https://github.com/zgr3doo/customfinder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgr3doo%2Fcustomfinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgr3doo%2Fcustomfinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgr3doo%2Fcustomfinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgr3doo%2Fcustomfinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zgr3doo","download_url":"https://codeload.github.com/zgr3doo/customfinder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239671421,"owners_count":19677875,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T19:17:09.428Z","updated_at":"2025-12-10T20:30:14.570Z","avatar_url":"https://github.com/zgr3doo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Customfinder\nCustom static file finder for Django\n\nThis is extended version of FileSystemFinder static finder which allows you to exclude certain files or locations\n\nTo install it just copy this folder into your project as an app and include it in your INSTALLED_APPS\n\ninclude it in STATICFILES_FINDERS remember to comment out 'django.contrib.staticfiles.finders.FileSystemFinder' as this one will replace it\n\n\n    STATICFILES_FINDERS = [\n        # 'django.contrib.staticfiles.finders.FileSystemFinder',\n        'customfinder.finder.CustomFinder',\n\n\n\nand add this extra BLACKLIST_FILES list which will include all files which should be excluded from collectstatic\n\n\n    BLACKLIST_FILES = [\n        'bower_components/font-awesome/scss',\n        'bower_components/font-awesome/less',\n        'bower_components/font-awesome/bower.json',\n    ]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzgr3doo%2Fcustomfinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzgr3doo%2Fcustomfinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzgr3doo%2Fcustomfinder/lists"}