home · contact · privacy
Avoid confusing Day.by_id_or_create by always translating dating string first, so...
[plomtask] / .pylintrc
1 [BASIC]
2 init-hook='import sys; sys.path.append(".")'
3 good-names-rgxs=(.*_)?(GET|POST)(_.+)?,,test_[A-Z]+