| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/django/conf/__pycache__/ |
Upload File : |
�
�|�e
) � � � d Z ddlZddlZddlZddlZddlZddlmZ ddlZddl m
Z
ddlmZ ddl
mZ ddlmZmZ dZd Zd
Z G d� de� � Z G d
� de� � Z G d� d� � Z G d� d� � Z e� � ZdS )z�
Settings and configuration for Django.
Read values from the module specified by the DJANGO_SETTINGS_MODULE environment
variable, and then from django.conf.global_settings; see the global_settings.py
for a list of all possible variables.
� N)�Path)�global_settings)�ImproperlyConfigured)�RemovedInDjango40Warning)�
LazyObject�empty�DJANGO_SETTINGS_MODULEzZThe PASSWORD_RESET_TIMEOUT_DAYS setting is deprecated. Use PASSWORD_RESET_TIMEOUT instead.z�The DEFAULT_HASHING_ALGORITHM transitional setting is deprecated. Support for it and tokens, cookies, sessions, and signatures that use SHA-1 hashing algorithm will be removed in Django 4.0.c � � e Zd ZdZd� Zd� ZdS )�SettingsReferencez�
String subclass which references a current settings value. It's treated as
the value in memory but serializes to a settings.NAME attribute reference.
c �8 � t � | |� � S �N)�str�__new__��self�value�setting_names �6/usr/lib/python3/dist-packages/django/conf/__init__.pyr zSettingsReference.__new__) s � ��{�{�4��'�'�'� c � � || _ d S r
)r r s r �__init__zSettingsReference.__init__, s � �(����r N)�__name__�
__module__�__qualname__�__doc__r r � r r r r $ s<