ó
O'—^c           @  sƒ   d  Z  d d l m Z d d l m Z d d l m Z i d d 6Z d Z e d e j	 e d	 d
 ƒe d e j
 e d	 d ƒg Z d S(   u½  
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', namespace='rest_framework'))
    ]

In Django versions older than 1.9, the urls must be namespaced as 'rest_framework',
and you should make sure your authentication settings include `SessionAuthentication`.
iÿÿÿÿ(   t   unicode_literals(   t   url(   t   viewsu   rest_framework/login.htmlu   template_nameu   rest_frameworku   ^login/$t   nameu   loginu	   ^logout/$u   logoutN(   t   __doc__t
   __future__R    t   django.conf.urlsR   t   django.contrib.authR   t   template_namet   app_namet   logint   logoutt   urlpatterns(    (    (    s5   /tmp/pip-unpacked-wheel-62FVgP/rest_framework/urls.pyt   <module>   s   