Changes between Version 1 and Version 2 of Ticket #27325, comment 5


Ignore:
Timestamp:
Mar 29, 2017, 9:02:57 AM (8 years ago)
Author:
Aleksej Manaev

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27325, comment 5

    v1 v2  
    88EDIT:
    99Now I do not get errors using WHITENOISE_USE_FINDERS=True which can be used in StaticLiveServerTestCase to achieve running tests without collectstatic first. See: tests/staticfiles_tests/test_liverserver.StaticLiveServerView.test_collectstatic_emulation
    10 Does anybody know why WHITENOISE_USE_FINDERS is ignored in WhiteNoiseMiddle?
     10Does anybody know why WHITENOISE_USE_FINDERS is ignored in WhiteNoiseMiddleware?
    1111See: tests/staticfiles_tests/test_liverserver.TestWhitenoiseMiddleware.test_collectstatic_emulation
Back to Top