Changes between Version 1 and Version 2 of Ticket #24150, comment 6
- Timestamp:
- Jan 13, 2015, 7:51:02 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24150, comment 6
v1 v2 1 I was not familiar with that public API. 2 3 This API also does not use the current {{{django.conf.settings}}} configuration when calling the {{{collectstatic}}} method. 1 I was not familiar with that API. {{{django.core.management.call_command('collectstatic')}}} also uses {{{DJANGO_SETTINGS_MODULE}}} instead of the current {{{django.conf.settings}}}.