#27410 closed Cleanup/optimization (fixed)
Clarify staticfiles "is enabled (default)" in ref
| Reported by: | matsaman | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
django-admin startproject does by default add django.contrib.staticfiles to INSTALLED_APPS, but it is not part of the INSTALLED_APPS defaults, which makes this text slightly misleading.
Suggest replacing '(default)' with '(default via django-admin startproject)' or similar.
Change History (3)
comment:1 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 9 years ago
| Summary: | staticfiles "is enabled (default)" in ref → Clarify staticfiles "is enabled (default)" in ref |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
Note:
See TracTickets
for help on using tickets.
In de91c172: