o
    QDi                     @   sT   d dl mZ d dlmZ d dlmZ d dlmZmZ d dl	m
Z
 G dd deZdS )	    )render)method_decorator)View)login_possibly_requiredpermissions_possibly_required)Requestc                   @   s$   e Zd Zeeeedd ZdS )CProfileViewc                 O   s,   |d }t jj|d}||d}t|d|S )N
request_id)pk)silk_requestrequestzsilk/cprofile.html)r   objectsgetr   )selfr   _kwargsr	   r   context r   L/var/www/Datamplify/venv/lib/python3.10/site-packages/silk/views/cprofile.pyr      s   zCProfileView.getN)__name__
__module____qualname__r   r   r   r   r   r   r   r   r   	   s    r   N)django.shortcutsr   django.utils.decoratorsr   django.views.genericr   	silk.authr   r   silk.modelsr   r   r   r   r   r   <module>   s    