Changes between Version 2 and Version 3 of Ticket #24150
- Timestamp:
- Jan 13, 2015, 5:10:48 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24150 – Description
v2 v3 49 49 The command instead uses the settings specified at the shell variable {{{DJANGO_SETTINGS_MODULE}}} instead of the dynamic settings. Kind of pesky to have to create a separate settings file to get control of this sort of thing. 50 50 51 Could also be part of a larger problem -- that collectstatic cannot (easily) be used without the {{{ManagementUtility}}} command. For example:51 Could also be part of a larger problem -- that collectstatic cannot (easily) be used without the {{{ManagementUtility}}} command. Perhaps the core functionality of {{{collectstatic}}} should be factored out of its management command. For example: 52 52 53 53 {{{