a
    x=icg                     @   sP   d Z ddlmZ ddlmZ dZedejjdddd	ed
ej dd	gZ	dS )aH  
Login and logout views for the browsable API.

Add these to your root URLconf if you're using the browsable API and
your API requires authentication:

    urlpatterns = [
        ...
        path('auth/', include('rest_framework.urls'))
    ]

You should make sure your authentication settings include `SessionAuthentication`.
    )views)pathZrest_frameworkzlogin/zrest_framework/login.html)Ztemplate_namelogin)namezlogout/ZlogoutN)
__doc__Zdjango.contrib.authr   Zdjango.urlsr   app_nameZ	LoginViewZas_viewZ
LogoutViewZurlpatterns r   r   d/home/droni/.local/share/virtualenvs/DPS-5Je3_V2c/lib/python3.9/site-packages/rest_framework/urls.py<module>   s   