uncomment jshint and fix minor bug
rename myCustomer to imgType (customer to check if image is portrait or landscape)
from django.conf.urls import patterns, url
from ammicosrv.authentication.views import User, ObtainAuthToken
urlpatterns = patterns('',
url(r'^user', User.as_view()),
url(r'^api-token-auth', ObtainAuthToken.as_view()),
)