sageteamorg / django-sage-tools

Reusable, generic mixins for Django
MIT License
6 stars 5 forks source link

📦 Missing Pylint Django package #33

Closed ARYAN-NIKNEZHAD closed 3 months ago

ARYAN-NIKNEZHAD commented 3 months ago

Description

This issue arises when the pylint-django package is not installed in the development environment, leading to errors or warnings when running Pylint on a Django project. Without pylint-django, Pylint may not correctly interpret Django-specific code, resulting in false positives or missing relevant linting checks. This issue typically requires installing the pylint-django package and ensuring it is properly configured to work with the Django project.