Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3 /
dist-packages /
django /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
apps
[ DIR ]
drwxr-xr-x
bin
[ DIR ]
drwxr-xr-x
conf
[ DIR ]
drwxr-xr-x
contrib
[ DIR ]
drwxr-xr-x
core
[ DIR ]
drwxr-xr-x
db
[ DIR ]
drwxr-xr-x
dispatch
[ DIR ]
drwxr-xr-x
forms
[ DIR ]
drwxr-xr-x
http
[ DIR ]
drwxr-xr-x
middleware
[ DIR ]
drwxr-xr-x
template
[ DIR ]
drwxr-xr-x
templatetags
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
urls
[ DIR ]
drwxr-xr-x
utils
[ DIR ]
drwxr-xr-x
views
[ DIR ]
drwxr-xr-x
__init__.py
800
B
-rw-r--r--
__main__.py
211
B
-rw-r--r--
shortcuts.py
4.77
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : __init__.py
from django.utils.version import get_version VERSION = (3, 2, 12, 'final', 0) __version__ = get_version(VERSION) def setup(set_prefix=True): """ Configure the settings (this happens as a side effect of accessing the first setting), configure logging and populate the app registry. Set the thread-local urlresolvers script prefix if `set_prefix` is True. """ from django.apps import apps from django.conf import settings from django.urls import set_script_prefix from django.utils.log import configure_logging configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) if set_prefix: set_script_prefix( '/' if settings.FORCE_SCRIPT_NAME is None else settings.FORCE_SCRIPT_NAME ) apps.populate(settings.INSTALLED_APPS)
Close