server/ammicossrv/authentication/urls.py
changeset 135 27065f8a19d3
parent 134 a84aa262847c
child 136 8006156f6a9a
--- a/server/ammicossrv/authentication/urls.py	Mon Jun 08 09:14:20 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()),
-)