golden hour
/opt/cloudlinux/venv/lib/python3.11/site-packages/pylint_django/tests
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
0 B
Del
OK
__pycache__
-
Del
OK
input
-
Del
OK
settings.py
265 B
Del
OK
test_django_not_installed.sh
110 B
Del
OK
test_func.py
4.01 KB
Del
OK
testing_pylint.rc
197 B
Del
OK
Edit: settings.py
SECRET_KEY = "fake-key" INSTALLED_APPS = [ "django.contrib.auth", "django.contrib.contenttypes", "test_app", ] MIDDLEWARE = [ "django.contrib.sessions.middleware.SessionMiddleware", "django.contrib.auth.middleware.AuthenticationMiddleware", ]
Save