Jannis Leidel
Jannis Leidel
I'm using redis lightly for the list of Python 3 compatible projects currently and could see this as a great way to figure out how persistence with redis works after...
Yeah, that's a known limitation of the underlying caniusepython3 CLI tool: https://github.com/brettcannon/caniusepython3#how-do-you-tell-if-a-project-has-been-ported-to-python-3
Can you run the tests with the `--traceback` option and paste it here?
Don't really know, the app hasn't been tested for a while with recent Django versions (was developed against 1.0).
Looks pretty good but needs documentation updates.
This looks like a good idea, but needs tests :) EDIT: and docs!
Yeah, this is expected, flake8 got much more pedantic recently, I'll fix this before merging.
@streeter The contrib app contains a `--ignore` management command option, which should be enough. Introducing _any_ kind of setting is seen as a step backwards for Django.
Ah, interesting, that may indeed be a problem of collectstatic. Would you mind writing a small test case for the problem?
I'm not sure I can follow how this `findstatic` test case is connected to an alleged issue in `collectstatic` to be honest.