We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa9c62 commit c67b7a1Copy full SHA for c67b7a1
docs/quickstart.md
@@ -14,7 +14,7 @@ Add to installed apps following packages:
14
INSTALLED_APPS = [
15
# ...
16
"django_components",
17
- "django_components.safer_staticfiles",
+ "django_components.safer_staticfiles", # replaces django.contrib.staticfiles
18
"django_htmx",
19
"livecomponents",
20
0 commit comments