evansd / whitenoise

Radically simplified static file serving for Python web apps
https://whitenoise.readthedocs.io
MIT License
2.51k stars 148 forks source link

Document the fact that you shouldn't use StaticLiveServerTestCase with WhiteNoise #206

Open evansd opened 5 years ago

evansd commented 5 years ago

See #86 and #204

gregsadetsky commented 5 years ago

@evansd Thank you for this issue! It was indexed by Google, and so I was able to troubleshoot the error I was having on Heroku CI (404 files, as noted in #204).

It might also be worth documenting that, for Heroku CI, (just as for other CI services) a test-setup key needs to be added in app.json to run collectstatic ..?

Thank you for WhiteNoise, it's really great! Cheers