o
    ).hg                     @   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)pathrest_frameworkzlogin/zrest_framework/login.html)template_namelogin)namezlogout/logoutN)
__doc__django.contrib.authr   django.urlsr   app_name	LoginViewas_view
LogoutViewurlpatterns r   r   R/var/www/supernova/superenvnew/lib/python3.10/site-packages/rest_framework/urls.py<module>   s    