3
=^                 @   s\   d Z ddlm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
j	 dd
gZdS )aI  
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 = [
        ...
        url(r'^auth/', include('rest_framework.urls'))
    ]

You should make sure your authentication settings include `SessionAuthentication`.
    )unicode_literals)url)viewsZrest_frameworkz^login/$zrest_framework/login.html)Ztemplate_namelogin)namez	^logout/$ZlogoutN)__doc__
__future__r   Zdjango.conf.urlsr   Zdjango.contrib.authr   Zapp_nameZ	LoginViewZas_viewZ
LogoutViewZurlpatterns r	   r	   B/tmp/pip-build-8app2_gc/djangorestframework/rest_framework/urls.py<module>   s   