Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#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

If the staticfiles contrib app is enabled (default)…

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 Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: newclosed

In de91c172:

Fixed #27410 -- Clarified when static files is enabled in STATIC_ROOT docs.

comment:2 by Tim Graham <timograham@…>, 7 years ago

In 05257887:

[1.10.x] Fixed #27410 -- Clarified when static files is enabled in STATIC_ROOT docs.

Backport of de91c172cfda624451fab9a87be92cc0d32e1fcf from master

comment:3 by Tim Graham, 7 years ago

Summary: staticfiles "is enabled (default)" in refClarify staticfiles "is enabled (default)" in ref
Triage Stage: UnreviewedAccepted
Note: See TracTickets for help on using tickets.
Back to Top