From 3cedbdc9bde7b404c470fb8bd1db6c3129b8855d Mon Sep 17 00:00:00 2001 From: eugena Date: Tue, 29 Sep 2015 16:17:03 +0500 Subject: [PATCH] Ability to use simplified login --- rest_auth/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_auth/urls.py b/rest_auth/urls.py index 5da939d..530e7d2 100644 --- a/rest_auth/urls.py +++ b/rest_auth/urls.py @@ -35,4 +35,4 @@ else: urlpatterns += patterns( '', url(r'^login/$', LoginView.as_view(), name='rest_login'), -) \ No newline at end of file +)