Changes between Initial Version and Version 1 of Ticket #19121, comment 1
- Timestamp:
- Oct 12, 2012, 12:27:48 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19121, comment 1
initial v1 1 This should be handled instead by writing a thin subclass of the staticfiles finder(s) you are using, overriding the 'list' method - and hardcoding/appending the global ignore patterns that are specific/common to your project.1 This should be handled through a number of other approaches (shell scripts etc) 2 2 3 3 The global settings namespace is only added to by Django in a very conservative way - and this usage would not qualify for a global setting. 4