django-code-linter

suite to test django code style


Keywords
ripple, api
License
BSD-3-Clause
Install
pip install django-code-linter==0.0.3

Documentation

django-code-linter

Features

  • simple validation of model imports in migrations

Usage

pip install django-code-linter
djinter ./your-project

djinter script also exits with non-zero exit-code when something is wrong so you can use in in your Makefile:

test:
     manage.py test
     djinter ./your-project