// SYSTEM PANEL //
[ROOT]
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pylint_django
/
tests
[ PARENT ]
EDIT :: test_django_not_installed.sh
#!/bin/bash set -x pylint --rcfile=tox.ini --load-plugins=pylint_django setup.py | grep django-not-configured
SAVE
CANCEL