In lieu of unit/integration testing, use flake8 to lint your python code. I recommend adding a `.flake8` file with ``` [flake8] ignore = E501 ``` since django doesn't follow the E501 line length convention though.