HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/django/contrib/sites/__pycache__/requests.cpython-310.pyc
o

Ɏ�_��@sGdd�d�ZdS)c@s2eZdZdZdd�Zdd�Zddd�Zd	d
�ZdS)
�RequestSitez�
    A class that shares the primary interface of Site (i.e., it has ``domain``
    and ``name`` attributes) but gets its data from an HttpRequest object
    rather than from a database.

    The save() and delete() methods raise NotImplementedError.
    cCs|��|_|_dS�N)�get_host�domain�name)�self�request�r�?/usr/lib/python3/dist-packages/django/contrib/sites/requests.py�__init__	szRequestSite.__init__cCs|jSr)r�rrrr	�__str__szRequestSite.__str__FcC�td��)NzRequestSite cannot be saved.��NotImplementedError)r�force_insert�force_updaterrr	�save�zRequestSite.savecCr
)NzRequestSite cannot be deleted.rrrrr	�deleterzRequestSite.deleteN)FF)�__name__�
__module__�__qualname__�__doc__r
rrrrrrr	rs
rN)rrrrr	�<module>s