Closed larsks closed 3 weeks ago
This is failing with:
django.core.management.base.CommandError: Error: unrecognized arguments: -f
How is it failing in GitHub but not locally? I guess I will need to investigate.
It was failing because despite the fact that we were requiring coldfront>=1.0.4
, we were only getting coldfront 1.0.4. I've added a commit that increases the minimum version to 1.1.0 (which is still compatible with >=1.0.4
, so hopefully that's okay).
1.1.0 is okay (in production we're at 1.1.5)
You did end up linting an entire file with your patch though.
You did end up linting an entire file with your patch though.
Whoops, my bad. Let's fix that.
Always call
initial_setup
with-f
option to avoid the "Do you want to proceed?" interactive prompt.