InviteBox / django-live-profiler

A database access profiler for Django-based applications that can be ran in production
194 stars 44 forks source link

pass flake8 #15

Open ghost opened 11 years ago

ghost commented 11 years ago

I like using static checkers and "flake8" seems a good compilation of multiple's approach. Therefore, i cleaned some files to pass.

One exception : "models.py" : i used comments to disconnect flake8 passage. I guess than betters practices on this can be find...