diff -r 6803d581ff19 -r 41a78460bdac server/authentication/urls.py --- 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()), -)