Changes between Version 3 and Version 4 of Ticket #19582, comment 5
- Timestamp:
- Feb 19, 2013, 10:01:49 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19582, comment 5
v3 v4 1 I have worked on this ticket (based on Alec's work and Zed's remarks) in a branch: https://github.com/jpic/django/blob/ticket_19582/docs/howto/static-files.txt 1 I have worked on this ticket in a branch: https://github.com/jpic/django/blob/ticket_19582/docs/howto/static-files.txt 2 3 But I'm not sure if, this other tutorial might be better somehow: http://blog.yourlabs.org/post/30382323418/surviving-django-contrib-staticfiles-or-how-to-manage I like its pedagogy (ie. get MEDIA_* out of the way at the beginning) and also that it includes external app static files as well as overridding static files.