Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#15983 closed Cleanup/optimization (fixed)

Better explanation of where to put static files

Reported by: Daniele Procida Owned by: nobody
Component: Documentation Version: 1.3
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

I found step 3 at http://docs.djangoproject.com/en/1.3/howto/static-files/#using-django-contrib-staticfiles a little confusing, so after a chat with Jannis Leidel I've rewritten that in a way that I would have found helpful (attached)

Attachments (3)

static-files.txt (19.7 KB ) - added by Daniele Procida 13 years ago.
static-files.diff (2.5 KB ) - added by Daniele Procida 13 years ago.
static.diff (3.6 KB ) - added by Daniele Procida 13 years ago.

Download all attachments as: .zip

Change History (6)

by Daniele Procida, 13 years ago

Attachment: static-files.txt added

by Daniele Procida, 13 years ago

Attachment: static-files.diff added

by Daniele Procida, 13 years ago

Attachment: static.diff added

comment:1 by Aymeric Augustin, 13 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Jannis Leidel, 13 years ago

Resolution: fixed
Status: newclosed

In [16235]:

Fixed #15983 and #16032 -- Another pass over the staticfiles docs. Many thanks to Frank Wiles and EvilDMP.

comment:3 by Jannis Leidel, 13 years ago

In [16236]:

[1.3.X] Fixed #15983 and #16032 -- Another pass over the staticfiles docs. Many thanks to Frank Wiles and EvilDMP.

Backport form trunk (r16235).

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