D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pylint_django
/
tests
/
Filename :
settings.py
back
Copy
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", ]