Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#19675 closed Cleanup/optimization (fixed)

"At A Glance" does not say where to put "sitelogo.gif"

Reported by: anonymous Owned by: anonymous
Component: Documentation Version: 1.4
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This is non-trivial, and needs to be briefly mentioned -- MEDIA_ROOT? STATIC_ROOT? A STATICFILES_DIRS entry? Does it have to be listed in "urls.py"?

Change History (10)

comment:1 by Aymeric Augustin, 11 years ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

Yes, it would make sense to point to the static files documentation at the bottom of the overview.

comment:2 by Dwight Gunning, 11 years ago

Owner: changed from nobody to anonymous
Status: newassigned

comment:3 by anonymous, 11 years ago

Hi Dwight,

We are working on the Django file documentation right now at the Django sprints in Utrecht, The Netherlands. Can we take this on us as well?

Wim

comment:4 by Dwight Gunning, 11 years ago

Triage Stage: AcceptedReady for checkin

Submitted pull request 768 on github, https://github.com/django/django/pull/768

comment:5 by Tim Graham <timograham@…>, 11 years ago

Resolution: fixed
Status: assignedclosed

In a61dbd62193d036d082fdad4d1af3b48ebec4fb3:

Fixed #19675 - Added mention of static files to overview.

Thanks Dwight Gunning for the patch.

comment:6 by Tim Graham <timograham@…>, 11 years ago

In ad69293958226ef4c1355628d944a2692cca820f:

[1.5.X] Fixed #19675 - Added mention of static files to overview.

Thanks Dwight Gunning for the patch.

Backport of a61dbd6219 from master

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

In 9e959e8d588d20988522200ad205e335e681c168:

Updated static file example in overview to use static template tag, refs #19675.

Thanks jezdez for the note.

comment:8 by Tim Graham <timograham@…>, 11 years ago

In da8c7890824664e0219988ce4c41c103fceb575d:

[1.5.X] Updated static file example in overview to use static template tag, refs #19675.

Thanks jezdez for the note.

Backport of 9e959e8d58 from master

comment:9 by Tim Graham <timograham@…>, 11 years ago

In f3ae67a62f5bdcee892f19667967e8738f734908:

Updated example to use staticfiles static template tag, thanks reinout for the suggestion, refs #19675.

comment:10 by Tim Graham <timograham@…>, 11 years ago

In 29b0d89ee9f9260d94b2352441938aab0e77f554:

[1.5.X] Updated example to use staticfiles static template tag, thanks reinout for the suggestion, refs #19675.

Backport of f3ae67a62f from master

Note: See TracTickets for help on using tickets.
Back to Top