server/authentication/urls.py
changeset 117 41a78460bdac
parent 116 6803d581ff19
child 118 fea47f1054e2
child 143 ea633c8f9bfa
--- a/server/authentication/urls.py	Thu Jun 04 20:12:49 2015 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-from django.conf.urls import patterns, url
-from rest_framework.authtoken import views
-
-from authentication.views import User, ObtainAuthToken
-
-
-urlpatterns = patterns('',
-    url(r'^user', User.as_view()),
-    url(r'^api-token-auth', ObtainAuthToken.as_view()),
-)