Skip to content

Commit c67b7a1

Browse files
authored
docs/quickstart.md: Document that safer_staticfiles replaces staticfiles (#12)
This may prevent users from running into: > # ./manage.py runserver > [..] > django.core.exceptions.ImproperlyConfigured: Application labels aren't unique, duplicates: staticfiles
1 parent cfa9c62 commit c67b7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add to installed apps following packages:
1414
INSTALLED_APPS = [
1515
# ...
1616
"django_components",
17-
"django_components.safer_staticfiles",
17+
"django_components.safer_staticfiles", # replaces django.contrib.staticfiles
1818
"django_htmx",
1919
"livecomponents",
2020
# ...

0 commit comments

Comments
 (0)