Remove pylint_django plugin
The pylint_django plugin is required (https://github.com/edx/edx-lint/blob/96f4c58137f73bd4798400c4107dbf1a422dc34f/edx_lint/files/pylintrc#L22), but is not included as a dependency of this package. Unless this is intended only for Django projects, pylint_django should not be a default plugin.
pylint_django is listed in setup.py as a dependency.
I can see why we shouldn't include this plugin in all repos, but I'd like to find a way to uniformly apply it to our Django projects.
It seems I misread setup.py. Closing as there is no immediate need to remove pylint_django.
No need to remove the plugin, but we should disable the message it prints if there's no Django installed:
disable=django-not-available