← Back
Editing: __init__.cpython-311.pyc
� �|�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<