Add django-settings-module to .pylintrc

This commit is contained in:
Manjit Pardeshi 2021-09-24 13:19:08 +05:30
parent 76aa3b9ab4
commit b4039c837b

View File

@ -1,6 +1,6 @@
[MASTER]
load-plugins=pylint_django{% if cookiecutter.use_celery == "y" %}, pylint_celery{% endif %}
django-settings-module=config.settings.base
[FORMAT]
max-line-length=120