o
    ыi:                     @   s  d Z ddlmZ ddlmZmZ ddlmZ ddlm	Z	 ddl
mZ ddlmZ d@d	d
Zd@ddZdd Zd@ddZe	ejddddejfdZedejjedededejdddddededed ed!ed"ed#ed$ed%ed&ed'ed(ed)ed*ed+ed,ed-ed.ed/ed0ed1ed2ed3ed4ed5ed6ed7ed8ed9ed:ed;ed<ed=ed>ed?gZdS )Aa}  
URL configuration for config project.

The `urlpatterns` list routes URLs to views. For more information please see:
    https://docs.djangoproject.com/en/5.2/topics/http/urls/
Examples:
Function views
    1. Add an import:  from my_app import views
    2. Add a URL to urlpatterns:  path('', views.home, name='home')
Class-based views
    1. Add an import:  from other_app.views import Home
    2. Add a URL to urlpatterns:  path('', Home.as_view(), name='home')
Including another URLconf
    1. Import the include() function: from django.urls import include, path
    2. Add a URL to urlpatterns:  path('blog/', include('blog.urls'))
    )admin)pathinclude)permissions)get_schema_view)openapiJsonResponseNc                 C      t dddddS )NzSolicitud incorrectaz3La solicitud no pudo ser procesada por el servidor.errordetallesi  statusr   request	exception r   (/var/www/html/crm_dreinet/config/urls.py
handler400(      r   c                 C   r
   )NzNo encontradoz El recurso solicitado no existe.r   i  r   r   r   r   r   r   
handler404+   r   r   c                 C   r
   )NzError internoz,Ha ocurrido un error interno en el servidor.r   i  r   r   )r   r   r   r   
handler500.   r   r   c                 C   r
   )N	Prohibidoz/No tienes permisos para acceder a este recurso.r   i  r   r   r   r   r   r   
handler4031   r   r   zAPI CRM Dreinetv1)titledefault_versionT)publicpermission_classeszadmin/zapi/zapi_login.urlszswagger/swagger)cache_timeoutzschema-swagger-ui)namezapi/empresa/zapi_empresa.urlszapi/provincia/zprovincia.urlszapi/localidad/zlocalidad.urlszapi/contacto/zcontacto.urlszapi/estado_incidencia/zestado_incidencia.urlszapi/tipo_incidencia/ztipo_incidencia.urlszapi/oportunidad_de_venta/zoportunidad_de_venta.urlszapi/estado_oportunidad_venta/zestado_oportunidad_venta.urlszapi/origen/zorigen.urlszapi/workflow/zworkflow.urlszapi/dashboard/metrics/zdashboard.metrics.urlszapi/tablero/ztablero.urlszapi/rol_usuario/zrol_usuario.urlszapi/estado_empresa/zestado_empresa.urlszapi/reports/zreports.urlszapi/producto/zproducto.urlsz
api/audit/z
audit.urls)N)__doc__django.contribr   django.urlsr   r   rest_frameworkr   drf_yasg.viewsr   drf_yasgr   django.httpr	   r   r   r   r   InfoAllowAnyschema_viewsiteurlswith_uiurlpatternsr   r   r   r   <module>   sP    


