You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a small (but potentially misleading for novices) typo in Django was not configured. For more information runpylint --load-plugins=pylint_django --help-msg=django-not-configured.
This should be Django was not configured. For more information runpylint --load-plugins=pylint_django --help-msg=django-not-configured`.
This was also referenced in #306 (but was not the actual issue being reported).