Skip to content

Commit 1d87a93

Browse files
tweak wording on staticfiles finder
1 parent 7764124 commit 1d87a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The `{% bird:css %}` tag will include CSS and the `[% bird:js %}` tag will inclu
115115

116116
django-bird provides a custom staticfiles finder to serve component assets through Django's static files system. This allows you to collect all component assets using Django's `collectstatic` command and serve them efficiently in production.
117117

118-
To enable the custom finder, add `BirdAssetFinder` to your `STATICFILES_FINDERS` setting:
118+
To enable the custom finder, `BirdAssetFinder` must be in the list in your `STATICFILES_FINDERS` setting. This should be handled if are allowing django-bird to configure your project. If you are manually configuring the library by [setting `ENABLE_AUTO_CONFIG = False` in your `DJANGO_BIRD` settings](configuration.md#enable_auto_config), you will need to add the finder by hand:
119119

120120
```{code-block} python
121121
:caption: settings.py

0 commit comments

Comments
 (0)