Update README.md

This commit is contained in:
Emil Stenström 2024-08-13 08:02:55 +02:00 committed by GitHub
parent 28d9450ebf
commit 3f17be9f32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -116,7 +116,7 @@ You probably don't want this, as parts of your backend logic will be exposed, po
As of _v0.27_, django-components ships with an additional installable app _django_components.**safer_staticfiles**_.
It is a drop-in replacement for _django.contrib.staticfiles_.
Its behavior is 100% identical except it ignores .py and .html files, meaning these will not end up on your static files server.
To use it, add it to INSTALLED*APPS and remove \_django.contrib.staticfiles*.
To use it, add it to INSTALLED_APPS and remove _django.contrib.staticfiles_.
```python
INSTALLED_APPS = [